Merge pull request #3865 from parthn2/master

Updated Golang version from v1.20.4 to v1.20.6
This commit is contained in:
karmada-bot 2023-07-31 20:34:42 +08:00 committed by GitHub
commit 09259b1f10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- 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.4
go-version: 1.20.6
- name: vendor
run: hack/verify-vendor.sh
- name: lint
@ -41,7 +41,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
@ -73,7 +73,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- name: compile
run: make all
test:
@ -88,7 +88,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- name: make test
run: make test
- name: Upload coverage to Codecov
@ -125,7 +125,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- 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.4
go-version: 1.20.6
- uses: engineerd/setup-kind@v0.5.0
with:
version: "v0.17.0"

View File

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

View File

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

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
go-version: 1.20.6
- 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.4
go-version: 1.20.6
- 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.4
go-version: 1.20.6
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}