Build with Go patch release 1.19.5

Signed-off-by: yanggang <gang.yang@daocloud.io>
This commit is contained in:
yanggang 2023-01-25 11:30:39 +08:00
parent 1558ab7bb6
commit bed8e1ab02
No known key found for this signature in database
GPG Key ID: 7F6E0CAD1556A240
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.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- name: Install Protoc
# TODO(@RainbowMango): Update the action version to adopt Node16
# track issue: https://github.com/arduino/setup-protoc/issues/59
@ -71,7 +71,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: compile
run: make all
test:
@ -84,7 +84,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- name: make test
run: make test
- name: Upload coverage to Codecov
@ -118,7 +118,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- 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.4
go-version: 1.19.5
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}