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 a7ab0ec commit 73dc3d4Copy full SHA for 73dc3d4
.github/workflows/pre-main.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Set up Go 1.20
66
uses: actions/setup-go@v3
67
with:
68
- go-version: 1.20.2
+ go-version: 1.20.3
69
70
- name: Disable default go problem matcher
71
run: echo "::remove-matcher owner=go::"
test-partner/Dockerfile
@@ -20,7 +20,7 @@ RUN \
20
21
# Install Go binary
22
ENV \
23
- GO_BIN_TAR=go1.20.2.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.20.3.linux-amd64.tar.gz \
24
GO_DL_URL=https://golang.org/dl \
25
GOPATH=/root/go \
26
TEMP_DIR=/tmp
0 commit comments