Skip to content

Commit eb7c65f

Browse files
alaudaa-renovate[bot]l-qing
authored andcommitted
chore(deps): update dependency go to v1.24.5 (#4)
Co-authored-by: alaudaa-renovate[bot] <219066560+alaudaa-renovate[bot]@users.noreply.github.com>
1 parent 423d365 commit eb7c65f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.goreleaser-alauda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
- arm64
2525
ldflags:
2626
- -w -s -extldflags '-static'
27-
main: .
27+
main: ./cmd/golangci-lint/
2828
binary: alauda-golangci-lint
2929

3030
archives:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint/v2
22

3-
go 1.23.0
3+
go 1.24.5
44

55
require (
66
4d63.com/gocheckcompilerdirectives v1.3.0

scripts/gen_github_action_config/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/golangci/golangci-lint/v2/scripts/gen_github_action_config
22

3-
go 1.23.0
3+
go 1.24.5
44

55
require (
66
github.com/shurcooL/githubv4 v0.0.0-20240429030203-be2daab69064

0 commit comments

Comments
 (0)