Merge pull request #2908 from qingwave/go-upgrade
Build with Go patch release 1.19.4
This commit is contained in:
commit
9207812cdb
|
@ -14,7 +14,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: vendor
|
- name: vendor
|
||||||
run: hack/verify-vendor.sh
|
run: hack/verify-vendor.sh
|
||||||
- name: lint
|
- name: lint
|
||||||
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
- name: verify codegen
|
- name: verify codegen
|
||||||
|
@ -64,7 +64,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: compile
|
- name: compile
|
||||||
run: make all
|
run: make all
|
||||||
test:
|
test:
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: make test
|
- name: make test
|
||||||
run: make test
|
run: make test
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: setup e2e test environment
|
- name: setup e2e test environment
|
||||||
run: |
|
run: |
|
||||||
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}
|
export CLUSTER_VERSION=kindest/node:${{ matrix.k8s }}
|
||||||
|
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: install QEMU
|
- name: install QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: install Buildx
|
- name: install Buildx
|
||||||
|
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: install QEMU
|
- name: install QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
- name: install Buildx
|
- name: install Buildx
|
||||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: Making and packaging
|
- name: Making and packaging
|
||||||
env:
|
env:
|
||||||
GOOS: ${{ matrix.os }}
|
GOOS: ${{ matrix.os }}
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: build images
|
- name: build images
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19.3
|
go-version: 1.19.4
|
||||||
- name: build images
|
- name: build images
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
||||||
|
|
Loading…
Reference in New Issue