Skip to content

Commit 8d7e0ae

Browse files
update docker image to golang 1.24
1 parent 3423912 commit 8d7e0ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
type: docker-image
102102
source:
103103
repository: golang
104-
tag: "1.23"
104+
tag: "1.24"
105105
run:
106106
path: /bin/bash
107107
args:
@@ -149,7 +149,7 @@ jobs:
149149
type: docker-image
150150
source:
151151
repository: golang
152-
tag: "1.23"
152+
tag: "1.24"
153153
run:
154154
path: /bin/sh
155155
args:

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
go version | grep -q 'go1.24' || (
55
go version
6-
echo error: go1.23 required
6+
echo error: go1.24 required
77
exit 1
88
)
99

0 commit comments

Comments
 (0)