Skip to content

Commit

Permalink
script: upgrade asmfmt to v1.3.2 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin authored Apr 28, 2022
1 parent 6a6b0bd commit bc4d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ go install github.com/campoy/embedmd@v1.0.0
go install github.com/dlespiau/covertool@v0.0.0-20180314162135-b0c4c6d0583a

# asmfmt for enforcing assembly style
go install github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.1
go install github.com/klauspost/asmfmt/cmd/asmfmt@v1.3.2

# goimports for import grouping.
go install golang.org/x/tools/cmd/goimports@v0.1.10
Expand Down

0 comments on commit bc4d885

Please sign in to comment.