Skip to content

Commit

Permalink
Add Go 1.20 support
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 2, 2023
1 parent 067a0f5 commit 4e77264
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']

steps:
- name: checkout source code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
go: ['1.17', '1.18', '1.19']
go: ['1.18', '1.19', '1.20']

steps:
- name: checkout source code
Expand Down
2 changes: 1 addition & 1 deletion specs-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/opencontainers/distribution-spec/specs-go

go 1.17
go 1.18

0 comments on commit 4e77264

Please sign in to comment.