Handle Review comments

This commit is contained in:
Stoilov 2023-05-31 08:17:56 +03:00
parent b9e120278f
commit 983f0f7cc3

View file

@ -91,7 +91,7 @@ jobs:
id: go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: Run Lint
@ -110,7 +110,7 @@ jobs:
id: go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: Run go-fmt
@ -129,7 +129,7 @@ jobs:
id: go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: Run test
@ -150,7 +150,7 @@ jobs:
id: go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: Set up QEMU
@ -216,7 +216,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: cache
@ -474,7 +474,7 @@ jobs:
if: ${{ steps.filter-images.outputs.kube-webhook-certgen == 'true' }}
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version: '1.20.4'
go-version: '1.20'
check-latest: true
- name: kube-webhook-certgen image build