Skip to content

Commit

Permalink
Update go, fix golangci-lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
theevocater committed May 16, 2024
1 parent 859f8db commit 0eec15a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.x
- 1.20.x
- 1.22.x

name: run-tests
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ linters:
- gosimple
- govet
- ineffassign
- megacheck
- misspell
- nakedret
- revive
Expand Down

0 comments on commit 0eec15a

Please sign in to comment.