Skip to content

Commit bffd60e

Browse files
authoredJun 9, 2023
Update Go to v1.20.5 (redhat-best-practices-for-k8s#290)
1 parent 876a07a commit bffd60e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/pre-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Set up Go 1.20
6767
uses: actions/setup-go@v4
6868
with:
69-
go-version: 1.20.4
69+
go-version: 1.20.5
7070

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

‎test-partner/Dockerfile

+1-1
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.4.linux-amd64.tar.gz \
24+
GO_BIN_TAR=go1.20.5.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)
Please sign in to comment.