Skip to content

Commit

Permalink
Update dependency golang
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent e0d28d5 commit 2eb8644
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bench/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM golang:1.23 AS build
FROM --platform=$BUILDPLATFORM golang:1.24 AS build
WORKDIR /src

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion bench/Dockerfile-payment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM golang:1.23 AS build
FROM --platform=$BUILDPLATFORM golang:1.24 AS build
WORKDIR /src

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion bench/Dockerfile-shipment
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM --platform=$BUILDPLATFORM golang:1.23 AS build
FROM --platform=$BUILDPLATFORM golang:1.24 AS build
WORKDIR /src

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/golang/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: download go binary
unarchive:
src="https://golang.org/dl/go1.23.6.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.24.0.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
dest=/usr/local/
remote_src=yes

Expand Down
2 changes: 1 addition & 1 deletion webapp/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#syntax=docker/dockerfile:1

FROM golang:1.23-bookworm
FROM golang:1.24-bookworm

RUN \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
Expand Down

0 comments on commit 2eb8644

Please sign in to comment.