Skip to content

Commit

Permalink
Merge pull request #72 from unmarshall/lint-goversion
Browse files Browse the repository at this point in the history
change golangci go version to 1.19
  • Loading branch information
unmarshall authored Nov 28, 2022
2 parents 3b9201d + d7b99ef commit ef32643
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
@@ -1,7 +1,7 @@
run:
concurrency: 4
deadline: 10m
go: "1.17"
go: "1.19"

linters:
disable:
Expand All @@ -25,4 +25,4 @@ issues:
exclude-rules:
- linters:
- staticcheck
text: "SA1019:" # Excludes messages where deprecated variables are used
text: "SA1019:" # Excludes messages where deprecated variables are used

0 comments on commit ef32643

Please sign in to comment.