Skip to content

Commit

Permalink
Update GitHub workflow to Go 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Nicko Guyer <nicko.guyer@kaleido.io>
  • Loading branch information
nguyer committed May 16, 2022
1 parent 33cb974 commit d5fa19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Build and Test
run: make
Expand Down

0 comments on commit d5fa19e

Please sign in to comment.