Update ci-schedule.yml
Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update ci.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update cli.yaml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update ci.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update dockerhub-latest-image.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update dockerhub-released-image.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update release.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update swr-latest-image.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Update swr-released-image.yml Signed-off-by: Vikash Sangai <vikash36905@gmail.com> Updated Golang version from v1.20.6 to v1.20.10 Signed-off-by: Vikash Sangai <vikash36905@gmail.com>
This commit is contained in:
parent
0fe6f1411e
commit
6ec5529ab8
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- 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 }}
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- name: vendor
|
- name: vendor
|
||||||
run: hack/verify-vendor.sh
|
run: hack/verify-vendor.sh
|
||||||
- name: lint
|
- name: lint
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
uses: arduino/setup-protoc@v1
|
uses: arduino/setup-protoc@v1
|
||||||
with:
|
with:
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- name: compile
|
- name: compile
|
||||||
run: make all
|
run: make all
|
||||||
test:
|
test:
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- name: make test
|
- name: make test
|
||||||
run: make test
|
run: make test
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
|
@ -138,7 +138,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- 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 }}
|
||||||
|
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- uses: engineerd/setup-kind@v0.5.0
|
- uses: engineerd/setup-kind@v0.5.0
|
||||||
with:
|
with:
|
||||||
version: "v0.20.0"
|
version: "v0.20.0"
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: install Go
|
- name: install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.20.6
|
go-version: 1.20.10
|
||||||
- name: Install Cosign
|
- name: Install Cosign
|
||||||
uses: sigstore/cosign-installer@v3.0.3
|
uses: sigstore/cosign-installer@v3.0.3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -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.20.6
|
go-version: 1.20.10
|
||||||
- name: Install Cosign
|
- name: Install Cosign
|
||||||
uses: sigstore/cosign-installer@v3.0.3
|
uses: sigstore/cosign-installer@v3.0.3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -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.20.6
|
go-version: 1.20.10
|
||||||
- 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.20.6
|
go-version: 1.20.10
|
||||||
- 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.20.6
|
go-version: 1.20.10
|
||||||
- name: build images
|
- name: build images
|
||||||
env:
|
env:
|
||||||
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
REGISTRY: ${{secrets.SWR_REGISTRY}}
|
||||||
|
|
Loading…
Reference in New Issue