upgrade golang version to v1.20.11
Signed-off-by: coderth <coderth@outlook.com>
This commit is contained in:
parent
cac0bdf601
commit
e4c1f9e282
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -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}}
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue