summaryrefslogtreecommitdiff
path: root/.golangci.yml
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 11:46:01 -0700
committerLuke Shumaker <lukeshu@lukeshu.com>2023-02-07 14:03:58 -0700
commit9b638b866662778f254dba167f414dbddab325ba (patch)
treee0ebde9de03cbd5b1adca8d1c0b2ff91732481bb /.golangci.yml
parent87013d526ea1b0647ef6e08758fe587cee11d854 (diff)
fixup! Fix compilation with Go 1.20
This invovles upgrading golangci-lint, as v1.51.0 is needed to support Go 1.20.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 866c5a4..3675d1d 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -82,6 +82,7 @@ issues:
- godot
- gofumpt
- gosec
+ - musttag
- noctx
- stylecheck
- path: "borrowed_.*_test\\.go"