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 b10e602 commit 6748bc7Copy full SHA for 6748bc7
.github/workflows/pre-main.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Set up Go 1.20
68
uses: actions/setup-go@v4
69
with:
70
- go-version: 1.20.5
+ go-version: 1.20.6
71
72
- name: Disable default go problem matcher
73
run: echo "::remove-matcher owner=go::"
test-partner/Dockerfile
@@ -21,7 +21,7 @@ RUN \
21
22
# Install Go binary
23
ENV \
24
- GO_BIN_TAR=go1.20.5.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.20.6.linux-amd64.tar.gz \
25
GO_DL_URL=https://golang.org/dl \
26
GOPATH=/root/go \
27
TEMP_DIR=/tmp
0 commit comments