Skip to content

Commit c5d5d69

Browse files
authored
Merge pull request #190 from buildkite/fix-release
Update Go to 1.22 in the SAR pipeline
2 parents b564702 + 8f9d17d commit c5d5d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/pipeline-sar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ steps:
44
command: .buildkite/steps/tests.sh
55
plugins:
66
- docker#v3.1.0:
7-
image: "golang:1.19"
7+
image: "golang:1.22"
88
workdir: /go/src/github.com/buildkite/buildkite-agent-scaler
99

1010
- name: ":hammer::lambda: Build Lambda"

0 commit comments

Comments
 (0)