Skip to content

Commit

Permalink
Add go1.21 support (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev authored Aug 14, 2023
1 parent f1f4643 commit 5105360
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 @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go: [ '1.18','1.19','1.20' ]
go: [ '1.18','1.19','1.20','1.21' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 5105360

Please sign in to comment.