Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update go.mod and buildkite scripts
Browse files Browse the repository at this point in the history
jsoriano committed Oct 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8dd2878 commit 0a0718a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/release-package-registry-distribution.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json

env:
SETUP_GOLANG_VERSION: '1.20.4'
SETUP_GOLANG_VERSION: '1.21.3'
DOCKER_REGISTRY: 'docker.elastic.co'

steps:
2 changes: 1 addition & 1 deletion .buildkite/scripts/triggerJenkinsJob/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/elastic/trigger-jenkins-buildkite-plugin

go 1.20
go 1.21.0

require github.com/bndr/gojenkins v1.1.0

0 comments on commit 0a0718a

Please sign in to comment.