Skip to content

Commit 6f587d4

Browse files
authored
bump golang to 1.25.4 & golangci-lint to 2.6.0 (#35)
bump golang to 1.25.4
1 parent b8303a9 commit 6f587d4

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.5"]
46+
lint: ["v2.6"]
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.3
3+
go 1.25.4
44

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

0 commit comments

Comments
 (0)