Update Go versions in CI.
Include Go 1.16 and 1.17, drop 1.11 and 1.12.
This commit is contained in:

committed by
Pierre Carrier

parent
b3d8c2bc50
commit
656898bb52
2
.github/workflows/go-presubmit.yml
vendored
2
.github/workflows/go-presubmit.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15']
|
||||
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17']
|
||||
steps:
|
||||
- name: Install Go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v1
|
||||
|
Reference in New Issue
Block a user