Skip to content

Commit

Permalink
Bump go version in GH Actions to supported versions
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed Sep 17, 2024
1 parent 93e5205 commit cf51c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
go:
- 1.22.x
- 1.21.x
- 1.23.x

name: Go ${{ matrix.go }} Build
steps:
Expand All @@ -53,7 +53,7 @@ jobs:
matrix:
go:
- 1.22.x
- 1.21.x
- 1.23.x

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit cf51c0e

Please sign in to comment.