This repository was archived by the owner on Sep 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
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
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
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
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
97979898 with :
You can’t perform that action at this time.
0 commit comments