Skip to content

Commit

Permalink
update go
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Aug 14, 2024
1 parent 4889603 commit 8d86103
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y wget"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.23.0.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.23.0.linux-amd64.tar.gz"
- run: "./install"
#
# Debian-based Ubuntu GitHub Actions base OS is
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: "actions/checkout@v4"
- run: "sudo apt-get update"
- run: "sudo apt-get install -y bash shellcheck wget zsh"
- run: "wget https://go.dev/dl/go1.22.5.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz"
- run: "wget https://go.dev/dl/go1.23.0.linux-amd64.tar.gz"
- run: "sudo tar -C /usr/local -xzf go1.23.0.linux-amd64.tar.gz"
- run: "mkdir -p $HOME/bin"
- run: "wget -O $HOME/bin/kirill https://raw.githubusercontent.com/mcandre/kirill/v0.0.1/bin/kirill"
- run: "chmod +x $HOME/bin/kirill"
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.22.5
golang 1.23.0
python 3.12.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ It is provided with the base macOS operating system. Equivalent aliases for `ope
* POSIX compatible [grep](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html)
* POSIX compatible [sh](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/sh.html)
* [ShellCheck](https://www.shellcheck.net/) 0.8.0+
* [Go](https://go.dev/) 1.22.5+
* [Go](https://go.dev/) 1.23.0+
* [kirill](https://github.com/mcandre/kirill) 0.0.1
* [Python](https://www.python.org/) 3.12.1+
* Provision additional dev tools with `./install`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/mcandre/dotfiles

go 1.22
go 1.23
2 changes: 1 addition & 1 deletion src/global.tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
golang 1.21.5
golang 1.23.0
nodejs 20.10.0
python 3.12.1
rust 1.75.0

0 comments on commit 8d86103

Please sign in to comment.