Skip to content

Commit

Permalink
Pass GO_VERSION to install-go command (#23956) (#23962)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4fdad96)
  • Loading branch information
kvch authored Feb 10, 2021
1 parent 2fab9a8 commit 9ccf51e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ release-manager-snapshot:
## release-manager-release : Builds a snapshot release. The Go version defined in .go-version will be installed and used for the build.
.PHONY: release-manager-release
release-manager-release:
./dev-tools/run_with_go_ver $(MAKE) release
GO_VERSION=$(shell cat ./.go-version) ./.ci/scripts/install-go.sh
$(MAKE) release

## beats-dashboards : Collects dashboards from all Beats and generates a zip file distribution.
.PHONY: beats-dashboards
Expand Down

0 comments on commit 9ccf51e

Please sign in to comment.