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 cafc90a commit 16a23d4Copy full SHA for 16a23d4
.github/workflows/push.yml
@@ -37,7 +37,7 @@ jobs:
37
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
38
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
39
go get gotest.tools/gotestsum
40
- go install honnef.co/go/tools/cmd/staticcheck@latest
+ go install honnef.co/go/tools/cmd/staticcheck
41
42
- name: Pull external libraries
43
run: make vendor
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
- name: Import GPG key
30
id: import_gpg
31
uses: crazy-max/ghaction-import-gpg@v2
0 commit comments