Skip to content

Commit 4e77264

Browse files
committed
Add Go 1.20 support
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 067a0f5 commit 4e77264

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: ['1.17', '1.18', '1.19']
14+
go: ['1.18', '1.19', '1.20']
1515

1616
steps:
1717
- name: checkout source code

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
go: ['1.17', '1.18', '1.19']
14+
go: ['1.18', '1.19', '1.20']
1515

1616
steps:
1717
- name: checkout source code

specs-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/opencontainers/distribution-spec/specs-go
22

3-
go 1.17
3+
go 1.18

0 commit comments

Comments
 (0)