Skip to content

Commit

Permalink
Continue on error for linting step. 1.16 is being a jerk (#17)
Browse files Browse the repository at this point in the history
* Continue on error for linting step. 1.16 is being a jerk.
* Bump go.mod to 1.16 to allow embedding.
  • Loading branch information
brettbuddin committed Jan 30, 2021
1 parent 1933144 commit 201152d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
stable: false
go-version: 1.16.0-rc1
- name: Lint
continue-on-error: true # TODO: Remove when 1.16 linting starts passing.
run: |
go get honnef.co/go/tools/cmd/staticcheck
staticcheck ./...
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TruceRPC/truce

go 1.15
go 1.16

require (
cuelang.org/go v0.2.2
Expand Down

0 comments on commit 201152d

Please sign in to comment.