Skip to content

Commit

Permalink
use go 1.21.x for test
Browse files Browse the repository at this point in the history
  • Loading branch information
yagikota committed Oct 20, 2023
1 parent 78b1b84 commit 0f0c904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ 1.15.x, 1.16.x ]
go: [ 1.21.x ]
resolver: [ stub, unbound ]
exclude:
- os: windows-latest
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
parallel-finished: true

0 comments on commit 0f0c904

Please sign in to comment.