Skip to content

Commit

Permalink
Bump from Go 1.16 to 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Mitchell <[email protected]>
  • Loading branch information
sudo-bmitch committed Sep 25, 2022
1 parent 019e2cc commit b352bf8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.16', '1.17']
go: ['1.17', '1.18', '1.19']

name: Documentation and Linting
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: go/src/github.com/opencontainers/image-spec

# commit for v1 release
- uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}

Expand All @@ -40,7 +39,7 @@ jobs:
make docs
- name: documentation artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: oci-docs
path: go/src/github.com/opencontainers/image-spec/output
4 changes: 3 additions & 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.16
go 1.17

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand All @@ -12,3 +12,5 @@ require (
github.com/xeipuuv/gojsonschema v1.2.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

require github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect

0 comments on commit b352bf8

Please sign in to comment.