Merge pull request #2908 from qingwave/go-upgrade

Build with Go patch release 1.19.4
This commit is contained in:
karmada-bot 2022-12-07 15:49:17 +08:00 committed by GitHub
commit 9207812cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 10 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: vendor
run: hack/verify-vendor.sh
- name: lint
@ -37,7 +37,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: verify codegen
@ -64,7 +64,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: compile
run: make all
test:
@ -77,7 +77,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: make test
run: make test
- name: Upload coverage to Codecov
@ -111,7 +111,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: setup e2e test environment
run: |
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}

View File

@ -34,7 +34,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx

View File

@ -30,7 +30,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.3
go-version: 1.19.4
- name: install QEMU
uses: docker/setup-qemu-action@v2
- name: install Buildx

View File

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