Skip to content

Commit

Permalink
go 1.17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louisinger committed Jun 9, 2022
1 parent c1b3997 commit c51e74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14.x
- name: Set up Go 1.17.x
uses: actions/setup-go@v2
with:
go-version: ^1.14
go-version: ^1.17
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit c51e74c

Please sign in to comment.