Skip to content

Commit e9bbef1

Browse files
authored
Update Go to v1.21.6 (#386)
1 parent f545e4a commit e9bbef1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v5
8282
with:
83-
go-version: 1.21.5
83+
go-version: 1.21.6
8484

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

.github/workflows/preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go 1.21
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.21.5
23+
go-version: 1.21.6
2424

2525
- name: Disable default go problem matcher
2626
run: echo "::remove-matcher owner=go::"
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Go 1.21
6262
uses: actions/setup-go@v5
6363
with:
64-
go-version: 1.21.5
64+
go-version: 1.21.6
6565

6666
- name: Disable default go problem matcher
6767
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.5.linux-amd64.tar.gz \
29+
GO_BIN_TAR=go1.21.6.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)