Skip to content

Commit 8ef0603

Browse files
chore(deps): update docker.io/golang docker tag to v1.24
1 parent f32efeb commit 8ef0603

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ steps:
1212
image: docker.io/mstruebing/editorconfig-checker
1313

1414
- name: lint-golang
15-
image: docker.io/golang:1.22
15+
image: docker.io/golang:1.24
1616
commands:
1717
- make lint
1818
volumes:
1919
- name: godeps
2020
path: /go
2121

2222
- name: test
23-
image: docker.io/golang:1.22
23+
image: docker.io/golang:1.24
2424
commands:
2525
- make test
2626
volumes:
@@ -54,7 +54,7 @@ steps:
5454
- make release
5555

5656
- name: executable
57-
image: docker.io/golang:1.22
57+
image: docker.io/golang:1.24
5858
commands:
5959
- $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help
6060

Dockerfile.multiarch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build
1+
FROM --platform=$BUILDPLATFORM docker.io/golang:1.24@sha256:991aa6a6e4431f2f01e869a812934bd60fbc87fb939e4a1ea54b8494ab9d2fc6 as build
22

33
ARG TARGETOS
44
ARG TARGETARCH

0 commit comments

Comments
 (0)