File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v3
1313 - uses : actions/setup-go@v4
1414 with :
15- go-version : ' 1.20.7 '
15+ go-version : ' 1.21.0 '
1616 - run : go build ./...
1717
1818 darwin-build :
2222 - uses : actions/checkout@v3
2323 - uses : actions/setup-go@v4
2424 with :
25- go-version : ' 1.20.7 '
25+ go-version : ' 1.21.0 '
2626 - run : go build ./...
2727
2828 build :
5353 - uses : actions/checkout@v3
5454 - uses : actions/setup-go@v4
5555 with :
56- go-version : ' 1.20.7 '
56+ go-version : ' 1.21.0 '
5757
5858 - name : gotestsum
5959 run : go install gotest.tools/gotestsum@latest
9292 - uses : actions/checkout@v3
9393 - uses : actions/setup-go@v4
9494 with :
95- go-version : ' 1.20.7 '
95+ go-version : ' 1.21.0 '
9696 - run : go install golang.org/x/vuln/cmd/govulncheck@latest
97- - run : govulncheck ./...
97+ - run : govulncheck ./...
You can’t perform that action at this time.
0 commit comments