Skip to content

Commit

Permalink
Update github unittest checks to use go1.17
Browse files Browse the repository at this point in the history
CA no longer compiles on go1.16.
  • Loading branch information
MaciekPytel committed Jan 18, 2022
1 parent bdac8c2 commit 8f003dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17.5

- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 8f003dc

Please sign in to comment.