File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,11 +63,16 @@ tidy:
6363# # betteralign: 📐 Optimize alignment of fields in structs
6464.PHONY : betteralign
6565betteralign :
66- GOTOOLCHAIN=$(GOVERSION ) go run github.com/dkorunic/betteralign/cmd/betteralign@v0.7.2 -test_files -generated_files -apply ./...
66+ GOTOOLCHAIN=$(GOVERSION ) go run github.com/dkorunic/betteralign/cmd/betteralign@v0.8.0 -test_files -generated_files -apply ./...
6767
6868# # generate: ⚡️ Generate msgp && interface implementations
6969.PHONY : generate
7070generate :
7171 go install github.com/tinylib/msgp@latest
7272 go install github.com/vburenin/ifacemaker@f30b6f9bdbed4b5c4804ec9ba4a04a999525c202
7373 go generate ./...
74+
75+ # actionspin: 🤖 Bulk replace GitHub actions references from version tags to commit hashes
76+ .PHONY : actionspin
77+ actionspin :
78+ GOTOOLCHAIN=$(GOVERSION ) go run github.com/mashiike/actionspin/cmd/actionspin@latest
You can’t perform that action at this time.
0 commit comments