Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint

go 1.25.1
go 1.25.2

require (
4d63.com/gocheckcompilerdirectives v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_github_action_config/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/golangci/golangci-lint/scripts/gen_github_action_config

go 1.25.1
go 1.25.2

require (
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
Expand Down
Loading