Skip to content

Commit 5144cae

Browse files
committed
bump go to 1.25.2 & golangci-lint to 2.5
1 parent 31bd8c4 commit 5144cae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
go: ["1.25"]
46-
lint: ["v2.4"]
46+
lint: ["v2.5"]
4747
name: lint
4848
runs-on: ubuntu-latest
4949
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/simplesurance/dependencies-tool/v3
22

3-
go 1.25.0
3+
go 1.25.2
44

55
require (
66
github.com/awalterschulze/gographviz v2.0.3+incompatible

0 commit comments

Comments
 (0)