Skip to content

Commit

Permalink
Merge pull request #511 from catatsuy/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update dependency golang to v1.22.6
  • Loading branch information
catatsuy committed Aug 7, 2024
2 parents 00fef1f + 0849647 commit 484cde6
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.22.5.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.22.6.{{ 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.5 /home/isucon/.local/go $(uname -s | tr [A-Z] [a-z]) $(dpkg --print-architecture)
- shell: /home/isucon/.xbuild/go-install 1.22.6 /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 484cde6

Please sign in to comment.