We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876a07a commit bffd60eCopy full SHA for bffd60e
.github/workflows/pre-main.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Set up Go 1.20
67
uses: actions/setup-go@v4
68
with:
69
- go-version: 1.20.4
+ go-version: 1.20.5
70
71
- name: Disable default go problem matcher
72
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.4.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.20.5.linux-amd64.tar.gz \
25
GO_DL_URL=https://golang.org/dl \
26
GOPATH=/root/go \
27
TEMP_DIR=/tmp
0 commit comments