Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Bump golang to 1.16.5 #394

Merged
merged 1 commit into from
Jun 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/prbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.4'
go-version: '1.16.5'
- name: deps
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.4'
go-version: '1.16.5'
- name: deps
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.16.4'
go-version: '1.16.5'
- name: deps
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
${{ runner.os }}-${{ github.job }}-go-
- uses: actions/setup-go@v2
with:
go-version: '1.16.4'
go-version: '1.16.5'
- name: add deps to path
run: |
./hack/actions/install-kubernetes-toolchain.sh $GITHUB_WORKSPACE/bin
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDPLATFORM=linux/amd64

# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.16.4 as builder
FROM --platform=$BUILDPLATFORM golang:1.16.5 as builder

WORKDIR /
# Copy the Go Modules manifests
Expand Down