Skip to content

Commit

Permalink
Merge pull request #381 from austinvazquez/add-go-1.20
Browse files Browse the repository at this point in the history
Add Go 1.20 support
  • Loading branch information
jdolitsky authored Feb 6, 2023
2 parents 067a0f5 + 4e77264 commit 8a1d68f
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 8a1d68f

Please sign in to comment.