Skip to content

Commit

Permalink
gh actions: move the format check to golang 1.17
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Nov 23, 2021
1 parent 56ae4f9 commit 73875bb
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 @@ -19,7 +19,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: format
run: ./hack/check-format.sh
Expand Down

0 comments on commit 73875bb

Please sign in to comment.