Skip to content

Commit

Permalink
chore(deps): update dependency golang
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent ff443e8 commit 310ab69
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmarker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

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

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down
2 changes: 1 addition & 1 deletion provisioning/bench/ansible/02_golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
check_mode: no
- name: download go binary
unarchive:
src="https://golang.org/dl/go1.22.6.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.23.0.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
dest=/usr/local/
remote_src=yes
2 changes: 1 addition & 1 deletion provisioning/image/ansible/04_xbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- nodejs
# golang
# datasource=golang-version depName=golang
- shell: /home/isucon/.xbuild/go-install 1.22.6 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
- shell: /home/isucon/.xbuild/go-install 1.23.0 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
args:
creates: /home/isucon/.local/go/bin/go

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

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

RUN --mount=type=cache,target=/go/pkg/mod/ \
Expand Down

0 comments on commit 310ab69

Please sign in to comment.