We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5fec commit 8be0e2fCopy full SHA for 8be0e2f
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
- uses: actions/setup-go@v4
14
with:
15
- go-version: '1.20.7'
+ go-version: '1.21.0'
16
- run: go build ./...
17
18
darwin-build:
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
build:
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
- name: gotestsum
59
run: go install gotest.tools/gotestsum@latest
@@ -92,6 +92,6 @@ jobs:
92
93
94
95
96
- run: go install golang.org/x/vuln/cmd/govulncheck@latest
97
- - run: govulncheck ./...
+ - run: govulncheck ./...
0 commit comments