Skip to content

Commit 8650ce9

Browse files
committed
gha: test against Go "oldest", stable and oldstable, drop 1.20
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent fa05a2b commit 8650ce9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
build:
1818
strategy:
1919
matrix:
20-
go-version: [1.21.x, 1.22.x]
20+
go-version:
21+
- 1.21.x # oldest supported (see go.mod)
22+
- oldstable
23+
- stable
2124
os: [ubuntu-latest, windows-latest, macos-latest]
2225
runs-on: ${{ matrix.os }}
2326
timeout-minutes: 10

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/distribution/reference
22

3-
go 1.20
3+
go 1.21
44

55
require github.com/opencontainers/go-digest v1.0.0

0 commit comments

Comments
 (0)