upgrade golang version to v1.20.11

Signed-off-by: coderth <coderth@outlook.com>
This commit is contained in:
coderth 2023-11-29 11:33:14 +08:00
parent cac0bdf601
commit e4c1f9e282
8 changed files with 12 additions and 12 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}

View File

@ -18,7 +18,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: verify license
run: hack/verify-license.sh
- name: vendor
@ -43,7 +43,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
@ -75,7 +75,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: compile
run: make all
test:
@ -90,7 +90,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: make test
run: make test
- name: Upload coverage to Codecov
@ -140,7 +140,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}

View File

@ -28,7 +28,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.20.0"

View File

@ -38,7 +38,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
with:

View File

@ -34,7 +34,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Install Cosign
uses: sigstore/cosign-installer@v3.1.1
with:

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: Making and packaging
env:
GOOS: ${{ matrix.os }}

View File

@ -22,7 +22,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}

View File

@ -19,7 +19,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.10
go-version: 1.20.11
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}