Skip to content

Commit

Permalink
bump minimum version to Go 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 19, 2022
1 parent 4f52b03 commit 1830fba
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 @@ -52,7 +52,7 @@ jobs:
- macos-latest
- windows-latest
go:
- "1.7" # minimum version that macos-latest supports
- "1.8" # minimum version that actions/setup-go@v3 supports
- "1.10" # last version that doesn't support go modules

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1830fba

Please sign in to comment.