Skip to content

Commit

Permalink
Update supported Go version to Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Aoang authored and mattn committed Aug 15, 2022
1 parent 3ccccfb commit fd616a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.16', '1.17', '1.18']
go: ['1.17', '1.18', '1.19']
fail-fast: false
env:
OS: ${{ matrix.os }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:

strategy:
matrix:
go: ['1.16', '1.17', '1.18']
go: ['1.17', '1.18', '1.19']
fail-fast: false
env:
OS: windows-latest
Expand Down

0 comments on commit fd616a2

Please sign in to comment.