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 7, 2024
1 parent dcd4c2d commit 50dcfef
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,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

RUN mkdir -p /opt/go
COPY . /opt/go
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.21.6.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.22.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.21.6 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
- shell: /home/isucon/.xbuild/go-install 1.22.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,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22

RUN mkdir -p /home/webapp
WORKDIR /home/webapp
Expand Down

0 comments on commit 50dcfef

Please sign in to comment.