Skip to content

Commit beece53

Browse files
- Tune robot issue.
1 parent 7fb984c commit beece53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ jobs:
14591459
- name: Pull Docker base images for cache purposes
14601460
if: env.BUILD_IMAGE_REQUIRED == 'true'
14611461
run: |
1462-
docker pull --platform ${{ matrix.platform }} golang:1.18.4-bullseye || echo 'could not pull image for cache purposes'
1462+
docker pull --platform ${{ matrix.platform }} golang:1.23-bullseye || echo 'could not pull image for cache purposes'
14631463
docker pull --platform ${{ matrix.platform }} ubuntu:22.04 || echo 'could not pull image for cache purposes'
14641464
14651465
- name: Pull Docker image for cache purposes

0 commit comments

Comments
 (0)