Skip to content

Commit

Permalink
Update .github/workflows/go.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
  • Loading branch information
gmlewis committed Nov 23, 2023
1 parent 8d9edd7 commit aaac2ca
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 @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.21

- name: check gofmt errors
run: diff -u <(echo -n) <(gofmt -d -s .) || (echo "Please check go formatting!" && exit 1)
Expand Down

0 comments on commit aaac2ca

Please sign in to comment.