Skip to content

Commit

Permalink
switch to go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Aug 17, 2021
1 parent e877f7d commit 287554f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"

- name: Vet
run: |
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Set up Golang
uses: actions/setup-go@v2
with:
go-version: "1.16"
go-version: "1.17"

- name: Install dependencies
run: |
Expand All @@ -49,6 +49,7 @@ jobs:
matrix:
go-version:
- "1.16"
- "1.17"
steps:
- name: Repository checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 287554f

Please sign in to comment.