diff --git a/.drone.yml b/.drone.yml index d0c59dc..bc24ba0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: image: docker.io/mstruebing/editorconfig-checker - name: lint-golang - image: docker.io/golang:1.22 + image: docker.io/golang:1.25 commands: - make lint volumes: @@ -20,7 +20,7 @@ steps: path: /go - name: test - image: docker.io/golang:1.22 + image: docker.io/golang:1.25 commands: - make test volumes: @@ -54,7 +54,7 @@ steps: - make release - name: executable - image: docker.io/golang:1.22 + image: docker.io/golang:1.25 commands: - $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index d02b2ab..a3f5011 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build +FROM --platform=$BUILDPLATFORM docker.io/golang:1.25@sha256:8bbd14091f2c61916134fa6aeb8f76b18693fcb29a39ec6d8be9242c0a7e9260 as build ARG TARGETOS ARG TARGETARCH