Skip to content

Commit

Permalink
Bump Golang for CI (#105)
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 #104
  • Loading branch information
dliappis authored Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a01286 commit ad52e81
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"

0 comments on commit ad52e81

Please sign in to comment.