Skip to content

Commit

Permalink
add go 1.22 to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
geovex committed Feb 9, 2024
1 parent 17be44e commit 67887d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
go-version: ['1.21']
go-version: ['1.21', '1.22']
cgo: [0, 1]
runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 67887d3

Please sign in to comment.