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 Nov 14, 2024
1 parent 0a1ff30 commit a37b3e8
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:73f06be4578c9987ce560087e2e2ea6485fb605e3910542cadd8fa09fc5f3e31 as build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit a37b3e8

Please sign in to comment.