Skip to content

Commit

Permalink
Merge pull request #1170 from sudo-bmitch/pr-upload-go-version
Browse files Browse the repository at this point in the history
Update Go versions in release scripts
  • Loading branch information
sudo-bmitch committed Apr 25, 2024
2 parents e2edbc8 + e191267 commit 8f3820c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.19', '1.20', '1.21']
# current Go releases plus the version in the go.mod are tested
go: ['1.18', '1.21', '1.22']

env:
RELEASE_GO_VER: "1.22"

name: Documentation and Linting
steps:
Expand Down Expand Up @@ -41,7 +45,8 @@ jobs:
make docs
- name: documentation artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.go == env.RELEASE_GO_VER
with:
name: oci-docs
path: go/src/github.com/opencontainers/image-spec/output

0 comments on commit 8f3820c

Please sign in to comment.