Skip to content

Commit b214617

Browse files
committed
Add actionspin to Makefile
1 parent 1b2756f commit b214617

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,16 @@ tidy:
6363
## betteralign: 📐 Optimize alignment of fields in structs
6464
.PHONY: betteralign
6565
betteralign:
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
7070
generate:
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

0 commit comments

Comments
 (0)