Skip to content

Commit

Permalink
Bump go version to satisfy govulncheck
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Nov 13, 2023
1 parent c8399df commit 6904960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
GO_VERSION:
- "1.16.x"
- "1.21.x"
- "1.21.4"
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.x"
- "1.21.4"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6904960

Please sign in to comment.