Skip to content

Commit

Permalink
Merge pull request #192 from estesp/update-go-vers
Browse files Browse the repository at this point in the history
Update CI Go version to 1.17
  • Loading branch information
dmcgowan committed Dec 17, 2021
2 parents e56e17d + 0ba592c commit 44b5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17

- name: Setup Go binary path
shell: bash
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.15
go-version: 1.17

- name: Setup Go binary path
shell: bash
Expand Down

0 comments on commit 44b5ced

Please sign in to comment.