Skip to content

Commit

Permalink
Update go version in CI pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
dimuon committed Sep 22, 2023
1 parent 38c8c67 commit 2a6fd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/pipelines/acceptance.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

node('docker && gobld/machineType:n1-highcpu-8') {
String DOCKER_IMAGE = "golang:1.19"
String DOCKER_IMAGE = "golang:1.21"
String APP_PATH = "/go/src/github.com/elastic/terraform-provider-ec"

stage('Checkout from GitHub') {
Expand Down
2 changes: 1 addition & 1 deletion .ci/pipelines/release.Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

node('docker && gobld/machineType:n1-highcpu-8') {
String DOCKER_IMAGE = "golang:1.19"
String DOCKER_IMAGE = "golang:1.21"
String APP_PATH = "/go/src/github.com/elastic/terraform-provider-ec"

stage('Checkout from GitHub') {
Expand Down

0 comments on commit 2a6fd21

Please sign in to comment.