Skip to content

Commit

Permalink
chore(deps): update docker.io/golang docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent 0a1ff30 commit 1a84692
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ steps:
image: docker.io/mstruebing/editorconfig-checker

- name: lint-golang
image: docker.io/golang:1.22
image: docker.io/golang:1.23
commands:
- make lint
volumes:
- name: godeps
path: /go

- name: test
image: docker.io/golang:1.22
image: docker.io/golang:1.23
commands:
- make test
volumes:
Expand Down Expand Up @@ -54,7 +54,7 @@ steps:
- make release

- name: executable
image: docker.io/golang:1.22
image: docker.io/golang:1.23
commands:
- $(find dist/ -executable -type f -iname ${DRONE_REPO_NAME}-linux-amd64) --help

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.multiarch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM docker.io/golang:1.22@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010 as build
FROM --platform=$BUILDPLATFORM docker.io/golang:1.23@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 1a84692

Please sign in to comment.