We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4750ea7 commit 29e5782Copy full SHA for 29e5782
.github/workflows/pre-main.yml
@@ -76,10 +76,10 @@ jobs:
76
docker-images: true
77
swap-storage: true
78
79
- - name: Set up Go 1.20
+ - name: Set up Go 1.21
80
uses: actions/setup-go@v4
81
with:
82
- go-version: 1.20.7
+ go-version: 1.21.0
83
84
- name: Disable default go problem matcher
85
run: echo "::remove-matcher owner=go::"
test-partner/Dockerfile
@@ -26,7 +26,7 @@ RUN \
26
27
# Install Go binary
28
ENV \
29
- GO_BIN_TAR=go1.20.7.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.21.0.linux-amd64.tar.gz \
30
GO_DL_URL=https://golang.org/dl \
31
GOPATH=/root/go \
32
TEMP_DIR=/tmp
testapp/go.mod
@@ -1,3 +1,3 @@
1
module main
2
3
-go 1.20
+go 1.21
0 commit comments