Skip to content

Commit

Permalink
Merge pull request #1430 from ncopa/fix-lint-on-macos
Browse files Browse the repository at this point in the history
Fix lint on macos
  • Loading branch information
ncopa authored Jan 10, 2022
2 parents 55302b0 + c999f77 commit ec97796
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 @@ -144,7 +144,7 @@ k0s.exe k0s: $(GO_SRCS)


.PHONY: lint
lint: pkg/assets/zz_generated_offsets_$(TARGET_OS).go
lint: pkg/assets/zz_generated_offsets_$(shell go env GOOS).go
$(golint) run --verbose ./...

.PHONY: $(smoketests)
Expand Down

0 comments on commit ec97796

Please sign in to comment.