Skip to content

Commit 73dc3d4

Browse files
authored
Update Go to v1.20.3 (#248)
1 parent a7ab0ec commit 73dc3d4

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
@@ -65,7 +65,7 @@ jobs:
6565
- name: Set up Go 1.20
6666
uses: actions/setup-go@v3
6767
with:
68-
go-version: 1.20.2
68+
go-version: 1.20.3
6969

7070
- name: Disable default go problem matcher
7171
run: echo "::remove-matcher owner=go::"

test-partner/Dockerfile

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

2121
# Install Go binary
2222
ENV \
23-
GO_BIN_TAR=go1.20.2.linux-amd64.tar.gz \
23+
GO_BIN_TAR=go1.20.3.linux-amd64.tar.gz \
2424
GO_DL_URL=https://golang.org/dl \
2525
GOPATH=/root/go \
2626
TEMP_DIR=/tmp

0 commit comments

Comments
 (0)