We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eee4e8 commit 1147acbCopy full SHA for 1147acb
.github/workflows/main.yml
@@ -40,8 +40,8 @@ jobs:
40
strategy:
41
matrix:
42
go-version:
43
- - "1.23"
44
- "1.24"
+ - "1.25"
45
os:
46
- macos
47
- ubuntu
@@ -66,7 +66,7 @@ jobs:
66
- run: go mod download
67
68
- run: make staticcheck
69
- if: matrix.go-version == '1.23'
+ if: matrix.go-version == '1.25'
70
71
- run: make gotest
72
env:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/fsouza/go-dockerclient
2
3
-go 1.23.0
+go 1.24.0
4
5
require (
6
github.com/Microsoft/go-winio v0.6.2
0 commit comments