Skip to content

Commit beed99a

Browse files
authored
Update Go to v1.21.3 (#366)
1 parent d6e1deb commit beed99a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Set up Go 1.21
8181
uses: actions/setup-go@v4
8282
with:
83-
go-version: 1.21.2
83+
go-version: 1.21.3
8484

8585
- name: Disable default go problem matcher
8686
run: echo "::remove-matcher owner=go::"

test-partner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN \
2626

2727
# Install Go binary
2828
ENV \
29-
GO_BIN_TAR=go1.21.2.linux-amd64.tar.gz \
29+
GO_BIN_TAR=go1.21.3.linux-amd64.tar.gz \
3030
GO_DL_URL=https://golang.org/dl \
3131
GOPATH=/root/go \
3232
TEMP_DIR=/tmp

0 commit comments

Comments
 (0)