Skip to content

Commit

Permalink
Bump golang to 1.23rc2
Browse files Browse the repository at this point in the history
Although 1.23 has not been released yet, dependabot has already bumped
to 1.23 in Korifi docker images. Therefore it makes no sense to stick to
1.22 when writing the code
  • Loading branch information
danail-branekov committed Jul 18, 2024
1 parent 53a15d0 commit 345019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ install_golang() {
echo ">>> Installing Golang"
rm -rf /usr/local/go

GO_VERSION=1.22.1
GO_VERSION=1.23rc2
wget "https://go.dev/dl/go$GO_VERSION.linux-amd64.tar.gz"
tar -C /usr/local -xzf "go$GO_VERSION.linux-amd64.tar.gz"
rm "go$GO_VERSION.linux-amd64.tar.gz"
Expand Down

0 comments on commit 345019c

Please sign in to comment.