Skip to content

Commit 6748bc7

Browse files
authored
Update Go to v1.20.6 (#310)
1 parent b10e602 commit 6748bc7

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
@@ -67,7 +67,7 @@ jobs:
6767
- name: Set up Go 1.20
6868
uses: actions/setup-go@v4
6969
with:
70-
go-version: 1.20.5
70+
go-version: 1.20.6
7171

7272
- name: Disable default go problem matcher
7373
run: echo "::remove-matcher owner=go::"

test-partner/Dockerfile

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

2222
# Install Go binary
2323
ENV \
24-
GO_BIN_TAR=go1.20.5.linux-amd64.tar.gz \
24+
GO_BIN_TAR=go1.20.6.linux-amd64.tar.gz \
2525
GO_DL_URL=https://golang.org/dl \
2626
GOPATH=/root/go \
2727
TEMP_DIR=/tmp

0 commit comments

Comments
 (0)