We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bd8c4 commit 5144caeCopy full SHA for 5144cae
2 files changed
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
strategy:
44
matrix:
45
go: ["1.25"]
46
- lint: ["v2.4"]
+ lint: ["v2.5"]
47
name: lint
48
runs-on: ubuntu-latest
49
steps:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/simplesurance/dependencies-tool/v3
2
3
-go 1.25.0
+go 1.25.2
4
5
require (
6
github.com/awalterschulze/gographviz v2.0.3+incompatible
0 commit comments