ci: run builds on Go 1.17

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-08-24 23:17:27 +02:00 committed by Márk Sági-Kazár
parent cf6565fd72
commit 5c0d079c4e
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest]
go: ['1.14', '1.15', '1.16'] go: ['1.14', '1.15', '1.16', '1.17']
env: env:
VERBOSE: 1 VERBOSE: 1
GOFLAGS: -mod=readonly GOFLAGS: -mod=readonly

View file

@ -17,7 +17,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with: with:
go-version: '1.16' go-version: '1.17'
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2