Skip to content

Commit

Permalink
Merge pull request #164 from abema/update-gh-workflow
Browse files Browse the repository at this point in the history
Update GH workflow
  • Loading branch information
sunfish-shogi committed Feb 8, 2024
2 parents 0e1001f + c49028e commit be3aa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
go-version: [ "1.19", "1.20", ">=1.21" ]
go-version: [ "1.20", "1.21", ">=1.22" ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit be3aa84

Please sign in to comment.