Skip to content

Commit

Permalink
style: gofumpt fix ci (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiachen-y authored Feb 3, 2024
1 parent 2890485 commit 2b5b769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gofumpt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
go-version: "1.18"
- name: Install gofumpt
run: go install mvdan.cc/gofumpt@latest
run: go install mvdan.cc/gofumpt@v0.4.0
- name: Check formatting with gofumpt
run: |
if [ -n "$(gofumpt -l .)" ]; then
Expand Down

0 comments on commit 2b5b769

Please sign in to comment.