Skip to content

Commit

Permalink
ci: Use go1.19 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo authored Sep 28, 2022
1 parent 6b931da commit 01fa7aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion make/ci.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CI_DOCKER_TAG ?= $(shell (cat $(CI_DOCKERFILE) $(CI_DOCKER_EXTRA_FILES) \
| shasum | awk '{ print $$1 }')
CI_DOCKER_IMG ?= $(GITHUB_ORG)/$(GITHUB_REPOSITORY)-ci:$(CI_DOCKER_TAG)

export GOLANG_VERSION ?= 1.17.0
export GOLANG_VERSION ?= 1.19.1
DOCKER_VERSION ?= 20.10.7

.PHONY: dockerauth
Expand Down
4 changes: 3 additions & 1 deletion make/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ $(GOJQ_BIN):
.PHONY: kommander-cli
kommander-cli:
$(call print-target)
CGO_ENABLED=0 go install github.com/mesosphere/kommander-cli/v2@$(KOMMANDER_CLI_VERSION)
go install golang.org/dl/go1.19@latest
go1.19 download
CGO_ENABLED=0 go1.19 install github.com/mesosphere/kommander-cli/v2@$(KOMMANDER_CLI_VERSION)

0 comments on commit 01fa7aa

Please sign in to comment.