We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423d365 commit eb7c65fCopy full SHA for eb7c65f
.goreleaser-alauda.yml
@@ -24,7 +24,7 @@ builds:
24
- arm64
25
ldflags:
26
- -w -s -extldflags '-static'
27
- main: .
+ main: ./cmd/golangci-lint/
28
binary: alauda-golangci-lint
29
30
archives:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/golangci/golangci-lint/v2
2
3
-go 1.23.0
+go 1.24.5
4
5
require (
6
4d63.com/gocheckcompilerdirectives v1.3.0
scripts/gen_github_action_config/go.mod
module github.com/golangci/golangci-lint/v2/scripts/gen_github_action_config
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064
0 commit comments