Skip to content

Commit

Permalink
Bump Go to 1.18.1 (#4509)
Browse files Browse the repository at this point in the history
See release notes: https://go.dev/doc/devel/release#go1.18.minor

Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
  • Loading branch information
sunjayBhatia authored May 2, 2022
1 parent 92c4fc5 commit 93d8020
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- run: go run ./hack/actions/check-changefile-exists.go
env:
PR_NUMBER: ${{ github.event.number }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.18.0'
go-version: '1.18.1'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endif
IMAGE_PLATFORMS ?= linux/amd64,linux/arm64

# Base build image to use.
BUILD_BASE_IMAGE ?= golang:1.18.0
BUILD_BASE_IMAGE ?= golang:1.18.1

# Enable build with CGO.
BUILD_CGO_ENABLED ?= 0
Expand Down
1 change: 1 addition & 0 deletions changelogs/unreleased/4509-sunjayBhatia-small.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upgrade to Go 1.18.1.

0 comments on commit 93d8020

Please sign in to comment.