|
|
@ -23,7 +23,7 @@ SHASUM ?= shasum -a 256 |
|
|
|
HAS_GO := $(shell hash $(GO) > /dev/null 2>&1 && echo yes)
|
|
|
|
HAS_GO := $(shell hash $(GO) > /dev/null 2>&1 && echo yes)
|
|
|
|
COMMA := ,
|
|
|
|
COMMA := ,
|
|
|
|
|
|
|
|
|
|
|
|
XGO_VERSION := go-1.20.x
|
|
|
|
XGO_VERSION := go-1.21.x
|
|
|
|
|
|
|
|
|
|
|
|
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.44.0
|
|
|
|
AIR_PACKAGE ?= github.com/cosmtrek/air@v1.44.0
|
|
|
|
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.7.0
|
|
|
|
EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.7.0
|
|
|
|