bump go version to 1.15

Signed-off-by: pigletfly wangbing.adam@gmail.com
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
This commit is contained in:
pigletfly 2021-08-06 00:24:51 +08:00
parent 08f3ef9995
commit 03c3016037
4 changed files with 7 additions and 362 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: lint
run: hack/verify-staticcheck.sh
codegen:
@ -26,7 +26,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: verify codegen
run: hack/verify-codegen.sh
- name: verify crdgen
@ -45,7 +45,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: compile
run: make all
test:
@ -58,7 +58,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: make test
run: make test
e2e:
@ -75,7 +75,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: setup e2e test environment
run: hack/karmada-bootstrap.sh
- name: run e2e

View File

@ -17,7 +17,7 @@ jobs:
- name: install Go
uses: actions/setup-go@v2
with:
go-version: 1.14.x
go-version: 1.15.x
- name: build images
env:
REGISTRY: ${{secrets.SWR_REGISTRY}}

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/karmada-io/karmada
go 1.14
go 1.15
require (
github.com/distribution/distribution/v3 v3.0.0-20210507173845-9329f6a62b67

355
go.sum

File diff suppressed because it is too large Load Diff