Skip to content

Commit 6cba61f

Browse files
committed
update to github actions
Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
1 parent dc7233e commit 6cba61f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/make-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
sudo add-apt-repository ppa:longsleep/golang-backports
1010
sudo apt-get update
1111
sudo apt-get install golang-go
12-
go get honnef.co/go/tools/cmd/staticcheck
13-
go get golang.org/x/lint/golint
12+
go get honnef.co/go/tools/cmd/staticcheck || true
13+
go get golang.org/x/lint/golint || true
1414
- uses: actions/checkout@master
1515
- name: make all
1616
shell: bash

0 commit comments

Comments
 (0)