Skip to content

Commit

Permalink
go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Apr 16, 2024
1 parent 2d7dc5d commit ff56977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ linters:

linters-settings:
staticcheck:
go: "1.17"
go: "1.18"
checks:
- "all"
- "-SA1019"

unused:
go: "1.17"
go: "1.18"

0 comments on commit ff56977

Please sign in to comment.