Skip to content

Commit

Permalink
Update GHA to use Go 1.21.5
Browse files Browse the repository at this point in the history
Satisfies govulncheck
  • Loading branch information
jsha committed Feb 23, 2024
1 parent 58201ba commit 9759177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
GO_VERSION:
- "1.16.x"
- "1.21.4"
- "1.21.5"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
GO_VERSION:
# go1.16 does not meet the minimum requirements to run govulncheck so
# we will skip testing against it.
- "1.21.4"
- "1.21.5"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9759177

Please sign in to comment.