Skip to content

Commit 1147acb

Browse files
committed
Go 1.25.0 is out, drop Go 1.23
1 parent 6eee4e8 commit 1147acb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
strategy:
4141
matrix:
4242
go-version:
43-
- "1.23"
4443
- "1.24"
44+
- "1.25"
4545
os:
4646
- macos
4747
- ubuntu
@@ -66,7 +66,7 @@ jobs:
6666
- run: go mod download
6767

6868
- run: make staticcheck
69-
if: matrix.go-version == '1.23'
69+
if: matrix.go-version == '1.25'
7070

7171
- run: make gotest
7272
env:

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.23.0
3+
go 1.24.0
44

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

0 commit comments

Comments
 (0)