Skip to content

Commit

Permalink
Merge pull request #190 from buildkite/fix-release
Browse files Browse the repository at this point in the history
Update Go to 1.22 in the SAR pipeline
  • Loading branch information
DrJosh9000 authored Jul 22, 2024
2 parents b564702 + 8f9d17d commit c5d5d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline-sar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
command: .buildkite/steps/tests.sh
plugins:
- docker#v3.1.0:
image: "golang:1.19"
image: "golang:1.22"
workdir: /go/src/github.com/buildkite/buildkite-agent-scaler

- name: ":hammer::lambda: Build Lambda"
Expand Down

0 comments on commit c5d5d69

Please sign in to comment.