Skip to content

Commit

Permalink
Merge pull request #532 from catatsuy/renovate/golang-1.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency golang to v1.23.1
  • Loading branch information
catatsuy committed Sep 8, 2024
2 parents f046111 + 933f1f4 commit 787814f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.23.0.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.23.1.{{ 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.23.0 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
- shell: /home/isucon/.xbuild/go-install 1.23.1 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
args:
creates: /home/isucon/.local/go/bin/go

Expand Down

0 comments on commit 787814f

Please sign in to comment.