Skip to content

Commit

Permalink
Bump Golang for CI
Browse files Browse the repository at this point in the history
This commit bumps the Golang version (used by the container image for
CI steps) to fix the failing lint test.

Closes elastic#104
  • Loading branch information
dliappis committed Mar 18, 2024
1 parent 2a01286 commit e1ea055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
env:
SETUP_GOLANG_VERSION: '1.18.10'
SETUP_GOLANG_VERSION: '1.21.8'

steps:
- label: "Update"
Expand Down

0 comments on commit e1ea055

Please sign in to comment.