Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 5b1f868

Browse files
authored
Merge pull request #1442 from hectorj2f/bump_golang
chore: Bump golang from 1.16.5 to 1.16.6
2 parents 16fb853 + e245727 commit 5b1f868

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-go@v2
1313
with:
14-
go-version: '^1.16.5'
14+
go-version: '^1.16.6'
1515

1616
- name: Run tests
1717
run: |

.github/workflows/test-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- uses: actions/setup-go@v2
1818
with:
19-
go-version: '^1.16.5'
20-
19+
go-version: '^1.16.6'
20+
2121
- name: Run tests
2222
run: DOWNLOAD_BINARIES=y bash -x ./scripts/pre-commit.sh
2323

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ endif
4444
BUILDMNT = /go/src/$(GOTARGET)
4545
# The version here should match the version of go configured in
4646
# .github/workflows files.
47-
BUILD_IMAGE ?= golang:1.16.5
47+
BUILD_IMAGE ?= golang:1.16.6
4848

4949
HYPERFED_TARGET = bin/hyperfed
5050
CONTROLLER_TARGET = bin/controller-manager

0 commit comments

Comments
 (0)