Skip to content

Commit 29e5782

Browse files
authored
Update Go to v1.21.0 (#333)
1 parent 4750ea7 commit 29e5782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/pre-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
docker-images: true
7777
swap-storage: true
7878

79-
- name: Set up Go 1.20
79+
- name: Set up Go 1.21
8080
uses: actions/setup-go@v4
8181
with:
82-
go-version: 1.20.7
82+
go-version: 1.21.0
8383

8484
- name: Disable default go problem matcher
8585
run: echo "::remove-matcher owner=go::"

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626

2727
# Install Go binary
2828
ENV \
29-
GO_BIN_TAR=go1.20.7.linux-amd64.tar.gz \
29+
GO_BIN_TAR=go1.21.0.linux-amd64.tar.gz \
3030
GO_DL_URL=https://golang.org/dl \
3131
GOPATH=/root/go \
3232
TEMP_DIR=/tmp

testapp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module main
22

3-
go 1.20
3+
go 1.21

0 commit comments

Comments
 (0)