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 dc7233e commit 6cba61fCopy full SHA for 6cba61f
1 file changed
.github/workflows/make-all.yml
@@ -9,8 +9,8 @@ jobs:
9
sudo add-apt-repository ppa:longsleep/golang-backports
10
sudo apt-get update
11
sudo apt-get install golang-go
12
- go get honnef.co/go/tools/cmd/staticcheck
13
- go get golang.org/x/lint/golint
+ go get honnef.co/go/tools/cmd/staticcheck || true
+ go get golang.org/x/lint/golint || true
14
- uses: actions/checkout@master
15
- name: make all
16
shell: bash
0 commit comments