Skip to content

Commit

Permalink
use go versions 1.20 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
dhiaayachi committed Mar 19, 2024
1 parent 4b2c4a9 commit 6b0d591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: go-test
strategy:
matrix:
go: [ '1.19', '1.20' ]
go: [ '1.20', '1.21', '1.22' ]
arch: [ 'x32', 'x64' ]
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 6b0d591

Please sign in to comment.