Skip to content

Commit 65016bb

Browse files
committed
Bump Go min to 1.23.0
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
1 parent c296721 commit 65016bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
go: ["1.18.x", "oldstable", "stable"]
28+
go: ["oldstable", "stable"]
2929
platform: [ubuntu-24.04]
3030
runs-on: ${{ matrix.platform }}
3131
steps:
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
go: ["1.18.x", "oldstable", "stable"]
51+
go: ["oldstable", "stable"]
5252
platform: [windows-latest, macos-latest]
5353
runs-on: ${{ matrix.platform }}
5454
steps:

go.mod

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

3-
go 1.18
3+
go 1.23.0
44

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

0 commit comments

Comments
 (0)