Skip to content

Commit 16a23d4

Browse files
committed
Fix build
1 parent cafc90a commit 16a23d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
3838
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
3939
go get gotest.tools/gotestsum
40-
go install honnef.co/go/tools/cmd/staticcheck@latest
40+
go install honnef.co/go/tools/cmd/staticcheck
4141
4242
- name: Pull external libraries
4343
run: make vendor

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
2626
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
2727
go get gotest.tools/gotestsum
28-
go install honnef.co/go/tools/cmd/staticcheck@latest
28+
go install honnef.co/go/tools/cmd/staticcheck
2929
- name: Import GPG key
3030
id: import_gpg
3131
uses: crazy-max/ghaction-import-gpg@v2

0 commit comments

Comments
 (0)