Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit c10853f

Browse files
authored
Merge pull request #149 from Revolyssup/civersion
update versions
2 parents e103d92 + f22292b commit c10853f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
fetch-depth: 1
2323
- name: Setup Go
24-
uses: actions/setup-go@v2
24+
uses: actions/setup-go@v3
2525
with:
26-
go-version: 1.16.4
26+
go-version: '1.17'
2727
- run: GOPROXY=direct,https://proxy.golang.org GOSUMDB=off go install -mod=mod golang.org/x/lint/golint; go list ./osm/... | grep -v /vendor/ | xargs -L1 /home/runner/go/bin/golint -set_exit_status
2828
error_check:
2929
name: Error check
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
fetch-depth: 1
3636
- name: Setup Go
37-
uses: actions/setup-go@v2
37+
uses: actions/setup-go@v3
3838
with:
39-
go-version: 1.16.4
39+
go-version: '1.17'
4040
- run: GOPROXY=direct,https://proxy.golang.org GOSUMDB=off GO111MODULE=on go install -mod=mod github.com/kisielk/errcheck; /home/runner/go/bin/errcheck -tags draft ./...
4141
static_check:
4242
name: Static check
@@ -47,9 +47,9 @@ jobs:
4747
with:
4848
fetch-depth: 1
4949
- name: Setup Go
50-
uses: actions/setup-go@v2
50+
uses: actions/setup-go@v3
5151
with:
52-
go-version: 1.16.4
52+
go-version: '1.17'
5353
- run: GOPROXY=direct,https://proxy.golang.org GOSUMDB=off GO111MODULE=on go install -mod=mod honnef.co/go/tools/cmd/staticcheck; /home/runner/go/bin/staticcheck -tags draft -checks all ./osm/... # https://staticcheck.io/docs/checks
5454
vet:
5555
name: Vet
@@ -60,9 +60,9 @@ jobs:
6060
with:
6161
fetch-depth: 1
6262
- name: Setup Go
63-
uses: actions/setup-go@v2
63+
uses: actions/setup-go@v3
6464
with:
65-
go-version: 1.16.4
65+
go-version: '1.17'
6666
- run: GOPROXY=direct,https://proxy.golang.org GOSUMDB=off GO111MODULE=on go vet -tags draft ./...
6767
sec_check:
6868
name: Security check
@@ -90,9 +90,9 @@ jobs:
9090
with:
9191
fetch-depth: 1
9292
- name: Setup Go
93-
uses: actions/setup-go@v2
93+
uses: actions/setup-go@v3
9494
with:
95-
go-version: 1.16.4
95+
go-version: '1.17'
9696
- name: Create cluster using KinD
9797
uses: engineerd/[email protected]
9898
with:

0 commit comments

Comments
 (0)