Skip to content

Commit

Permalink
Actions: test update supported go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed Nov 16, 2023
1 parent 14ce6f6 commit 8d96ba7
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 @@ -29,8 +29,8 @@ jobs:
strategy:
matrix:
go:
- 1.19.x
- 1.20.x
- 1.21.x

name: Go ${{ matrix.go }} Build
steps:
Expand All @@ -52,8 +52,8 @@ jobs:
strategy:
matrix:
go:
- 1.19.x
- 1.20.x
- 1.21.x

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8d96ba7

Please sign in to comment.