Skip to content

Commit

Permalink
remove apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Oct 26, 2023
1 parent 2b8920f commit 11da4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(BIN)/license-header: $(BIN) Makefile
GOBIN=$(abspath $(@D)) $(GO) install \
github.com/bufbuild/buf/private/pkg/licenseheader/cmd/license-header@latest

$(BIN)/golangci-lint: $(BIN) Makefile ## Upgrade golangci/golangci-lint-action@v3' as well, whenever this is upgraded.
$(BIN)/golangci-lint: $(BIN) Makefile ## Upgrade golangci/golangci-lint-action@v3 as well, whenever this is upgraded.
GOBIN=$(abspath $(@D)) $(GO) install \
github.com/golangci/golangci-lint/cmd/[email protected]

Expand Down

0 comments on commit 11da4f3

Please sign in to comment.