Skip to content

Commit

Permalink
use go1.17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiht committed Nov 11, 2021
1 parent d205969 commit 3295c54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '^1.16.0'
go-version: '^1.17.0'

- run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup Go environment
uses: actions/[email protected]
with:
go-version: '^1.16.0'
go-version: '^1.17.0'

- uses: satackey/[email protected]
continue-on-error: true
Expand Down

0 comments on commit 3295c54

Please sign in to comment.