Skip to content

Commit 830b0a3

Browse files
committed
Bump Golang to 1.23
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 0365373 commit 830b0a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: |
2727
apt-get update && apt-get -y install xz-utils unzip openssl
2828
sudo rm -rf /usr/local/go
29-
wget -qO- https://golang.org/dl/go1.21.7.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
29+
wget -qO- https://golang.org/dl/go1.23.5.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
3030
export PATH=$PATH:/usr/local/go/bin
3131
go version
3232
make test --always-make
@@ -38,7 +38,7 @@ jobs:
3838
- checkout
3939
- run: |
4040
sudo rm -rf /usr/local/go
41-
wget -qO- https://golang.org/dl/go1.21.7.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
41+
wget -qO- https://golang.org/dl/go1.23.5.linux-amd64.tar.gz | sudo tar -C /usr/local -xzf -
4242
export PATH=$PATH:/usr/local/go/bin
4343
go version
4444
make test-e2e

0 commit comments

Comments
 (0)