Skip to content

Commit

Permalink
Add go1.22 support (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev authored Mar 12, 2024
1 parent 7f9fc3d commit 8afd09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go: [ '1.19','1.20','1.21' ]
go: [ '1.19','1.20','1.21','1.22' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,4 +30,5 @@ jobs:

- name: Codecov
uses: codecov/codecov-action@v4
if: matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.1
v0.3.2

0 comments on commit 8afd09b

Please sign in to comment.