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 d6e1deb commit beed99aCopy full SHA for beed99a
.github/workflows/pre-main.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Set up Go 1.21
81
uses: actions/setup-go@v4
82
with:
83
- go-version: 1.21.2
+ go-version: 1.21.3
84
85
- name: Disable default go problem matcher
86
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.21.2.linux-amd64.tar.gz \
+ GO_BIN_TAR=go1.21.3.linux-amd64.tar.gz \
30
GO_DL_URL=https://golang.org/dl \
31
GOPATH=/root/go \
32
TEMP_DIR=/tmp
0 commit comments