Skip to content

Commit

Permalink
Merge pull request #1709 from elastic/update-go-version-2022080209442…
Browse files Browse the repository at this point in the history
…7-main

[automation] Update go release version 1.18.5
  • Loading branch information
ph authored Aug 10, 2022
2 parents cc8e7cd + 2befa80 commit 4bce3af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.17.10
1.18.5
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_VERSION
FROM golang:${GO_VERSION}-stretch
FROM golang:${GO_VERSION}-buster

RUN apt-get update && apt-get install -y zip

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ prepare-test-context: ## - Prepare the test context folders

.PHONY: junit-report
junit-report: ## - Run the junit-report generation for all the out files generated
@go get -v -u github.com/jstemmer/go-junit-report
@go install github.com/jstemmer/go-junit-report@latest
$(foreach file, $(wildcard build/*.out), go-junit-report > "${file}.xml" < ${file};)

##################################################
Expand Down

0 comments on commit 4bce3af

Please sign in to comment.