Skip to content

Commit

Permalink
Update to go v1.17.6 (#8119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikatz authored Jan 10, 2022
1 parent 38c7323 commit fd820db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
id: go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: '1.17.6'

- name: Set up Docker Buildx
id: buildx
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.17'
go-version: '1.17.6'

- name: cache
uses: actions/download-artifact@v2
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
if: ${{ steps.filter-images.outputs.kube-webhook-certgen == 'true' }}
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: '1.17.6'

- name: kube-webhook-certgen image build
if: ${{ steps.filter-images.outputs.kube-webhook-certgen == 'true' }}
Expand Down
2 changes: 1 addition & 1 deletion images/test-runner/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ build: ensure-buildx
--progress=$(PROGRESS) \
--pull \
--build-arg BASE_IMAGE=$(NGINX_BASE_IMAGE) \
--build-arg GOLANG_VERSION=1.17.0 \
--build-arg GOLANG_VERSION=1.17.6 \
--build-arg ETCD_VERSION=3.4.3-0 \
--build-arg K8S_RELEASE=v1.21.3 \
--build-arg RESTY_CLI_VERSION=0.27 \
Expand Down

0 comments on commit fd820db

Please sign in to comment.