Skip to content

Commit

Permalink
ci: switch to gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
wdvxdr1123 committed Apr 4, 2021
1 parent ecf695a commit ce63c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ linters:
#- goconst
- gocritic
#- gocyclo
- gofmt
- gofumpt
- goimports
- goprintffuncname
#- gosec
Expand Down
4 changes: 2 additions & 2 deletions scripts/upload_dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ git config --local user.name 'Github Actions'
git config --local user.email '[email protected]'
git add --all
git commit -m "update to $LATEST_VERSION"
git tag -d "${GITHUB_REF#"refs/tags/"}"
git tag "${GITHUB_REF#"refs/tags/"}"
git tag -d "$LATEST_VERSION"
git tag "$LATEST_VERSION"
git push
git push --tags

0 comments on commit ce63c54

Please sign in to comment.