Skip to content

Commit d28655c

Browse files
committed
Go 1.24 is out, drop Go 1.22
1 parent 218cb9f commit d28655c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
go-version:
43-
- "1.22"
4443
- "1.23"
44+
- "1.24"
4545
os:
4646
- macos
4747
- ubuntu

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fsouza/go-dockerclient
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/Microsoft/go-winio v0.6.2

0 commit comments

Comments
 (0)