Skip to content

Commit

Permalink
Update supported Go range to 1.19 - 1.21
Browse files Browse the repository at this point in the history
Previous supported range was 1.18 - 1.20.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
  • Loading branch information
sudo-bmitch committed Sep 3, 2023
1 parent 061cba3 commit 1da401b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.18', '1.19', '1.20']
go: ['1.19', '1.20', '1.21']

name: Documentation and Linting
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/opencontainers/image-spec

go 1.18
go 1.19

require (
github.com/opencontainers/go-digest v1.0.0
Expand Down

0 comments on commit 1da401b

Please sign in to comment.