Skip to content

Commit

Permalink
Bump golang to 1.21 GA (#54)
Browse files Browse the repository at this point in the history
Stop testing on go1.20 and go1.21-rc2, and start testing on go1.21.
  • Loading branch information
arukiidou committed Sep 7, 2023
1 parent 66f2b1f commit 260aa26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
matrix:
GO_VERSION:
- "1.16.x"
- "1.20.x"
- "1.21.0-rc.2"
- "1.21.x"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -38,8 +37,7 @@ jobs:
GO_VERSION:
# go1.16 does not meet the minimum requirements to run govulncheck so
# we will skip testing against it.
- "1.20.x"
- "1.21.0-rc.2"
- "1.21.x"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 260aa26

Please sign in to comment.