File tree Expand file tree Collapse file tree 7 files changed +7
-11
lines changed
Expand file tree Collapse file tree 7 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 88 - " make install"
99 - " cd test/packages/package-storage/package_storage_candidate; elastic-package build -v --zip"
1010 agents :
11- image : " golang:1.19.5 "
11+ image : " golang:1.20.3 "
1212 cpu : " 8"
1313 memory : " 4G"
1414 artifact_paths :
Original file line number Diff line number Diff line change 1010 key : check-static
1111 command : " make check-static"
1212 agents :
13- image : " golang:1.19.5 "
13+ image : " golang:1.20.3 "
1414 cpu : " 8"
1515 memory : " 4G"
1616
2121 - " build/test-results/*.xml"
2222 - " build/test-coverage/*.xml"
2323 agents :
24- image : " golang:1.19.5 "
24+ image : " golang:1.20.3 "
2525 cpu : " 8"
2626 memory : " 4G"
2727
Original file line number Diff line number Diff line change 11module github.com/elastic/trigger-jenkins-buildkite-plugin
22
3- go 1.19
3+ go 1.20
44
55require github.com/bndr/gojenkins v1.1.0
66
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ git rm --quiet --cached -r .
66git reset -- quiet -- hard
77
88echo " --- Installing golang"
9- choco install - y golang -- version 1.19 . 5
9+ choco install - y golang -- version 1.20 . 3
1010
1111echo " --- Updating session environment"
1212# refreshenv requires to have chocolatey profile installed
Original file line number Diff line number Diff line change 1- 1.19.5
1+ 1.20.3
Original file line number Diff line number Diff line change 11module github.com/elastic/elastic-package
22
3- go 1.19
3+ go 1.20
44
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.6
Original file line number Diff line number Diff line change @@ -6,9 +6,7 @@ package main
66
77import (
88 "log"
9- "math/rand"
109 "os"
11- "time"
1210
1311 "github.com/pkg/errors"
1412
@@ -17,8 +15,6 @@ import (
1715)
1816
1917func main () {
20- rand .Seed (time .Now ().UnixNano ())
21-
2218 rootCmd := cmd .RootCmd ()
2319
2420 err := install .EnsureInstalled ()
You can’t perform that action at this time.
0 commit comments