Skip to content

Commit

Permalink
Updated go versions in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Barberio <[email protected]>
  • Loading branch information
insomniacslk committed Oct 28, 2024
1 parent 920cf75 commit 4e49e24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18']
go: ['1.22', '1.23']
steps:
- uses: actions/checkout@v2
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18']
go: ['1.22', '1.23']
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4e49e24

Please sign in to comment.