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 218cb9f commit d28655cCopy full SHA for d28655c
.github/workflows/main.yml
@@ -40,8 +40,8 @@ jobs:
40
strategy:
41
matrix:
42
go-version:
43
- - "1.22"
44
- "1.23"
+ - "1.24"
45
os:
46
- macos
47
- ubuntu
go.mod
@@ -1,6 +1,6 @@
1
module github.com/fsouza/go-dockerclient
2
3
-go 1.22
+go 1.23
4
5
require (
6
github.com/Microsoft/go-winio v0.6.2
0 commit comments