Skip to content

Commit

Permalink
Update Go to v1.21.4 (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Nov 10, 2023
1 parent 55de132 commit b66040f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.21.3
go-version: 1.21.4

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down
2 changes: 1 addition & 1 deletion test-partner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \

# Install Go binary
ENV \
GO_BIN_TAR=go1.21.3.linux-amd64.tar.gz \
GO_BIN_TAR=go1.21.4.linux-amd64.tar.gz \
GO_DL_URL=https://golang.org/dl \
GOPATH=/root/go \
TEMP_DIR=/tmp
Expand Down

0 comments on commit b66040f

Please sign in to comment.