Skip to content

Commit 9f45b1d

Browse files
upgraded deps
1 parent 6b67abe commit 9f45b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Install Go 1.21
1414
command: |
1515
sudo rm -rf /usr/local/go
16-
wget -O go.tgz https://go.dev/dl/go1.21.0.linux-amd64.tar.gz
16+
wget -O go.tgz https://go.dev/dl/go1.21.5.linux-amd64.tar.gz
1717
sudo tar -C /usr/local -xzf go.tgz
1818
which go
1919
go version

0 commit comments

Comments
 (0)