Skip to content

Commit dcef0c4

Browse files
Update golang Docker tag to v1.25.4
1 parent 316818f commit dcef0c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ steps:
77
- label: ":go: lint"
88
command: make lint
99
agents:
10-
image: "golang:1.25.1"
10+
image: "golang:1.25.4"
1111
cpu: "4"
1212
memory: "8G"
1313

1414
- label: ":go: tests"
1515
command: make unit-tests
1616
agents:
17-
image: "golang:1.25.1"
17+
image: "golang:1.25.4"
1818
cpu: "4"
1919
memory: "4G"
2020

0 commit comments

Comments
 (0)