summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-03-24 16:31:17 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-03-24 16:31:50 +0100
commitcd4e5a23852ca5f9af7f66f1daa9dfbf7d8e7376 (patch)
tree8e3966ba79d64cd77e4c9307bc76ceafd21450a7 /Makefile
parent0b96de92342481f977fb3f1fba7a84324981af2a (diff)
Lint: use staticcheck instead of stylecheck
See: https://github.com/golangci/golangci-lint/releases/tag/v2.0.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b14bab..e281146 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ fmt:
gofumpt -w .
lint:
- golangci-lint run -E stylecheck,revive,gocritic ./...
+ golangci-lint run -E staticcheck,revive,gocritic ./...
update:
GOPROXY=direct go get -u ./...