Skip to content

Commit 8928165

Browse files
chore(deps): update dependency go to v1.25.0 (alauda-v2.3.1) (#13)
1 parent bcfa33d commit 8928165

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

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.24.6
3+
go 1.25.0
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.24.6
3+
go 1.25.0
44

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

test/run_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
279279
},
280280
target: "quicktemplate",
281281
expected: []string{
282-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
283282
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
284283
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
285284
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",
@@ -293,7 +292,6 @@ func TestLineDirectiveProcessedFiles(t *testing.T) {
293292
},
294293
target: "quicktemplate",
295294
expected: []string{
296-
"testdata/quicktemplate/hello.qtpl.go:10:1: package-comments: should have a package comment (revive)",
297295
"testdata/quicktemplate/hello.qtpl.go:26:1: exported: exported function StreamHello should have comment or be unexported (revive)",
298296
"testdata/quicktemplate/hello.qtpl.go:39:1: exported: exported function WriteHello should have comment or be unexported (revive)",
299297
"testdata/quicktemplate/hello.qtpl.go:50:1: exported: exported function Hello should have comment or be unexported (revive)",

0 commit comments

Comments
 (0)