Skip to content

Commit

Permalink
Merge pull request #881 from isucon/renovate/golang-1.x
Browse files Browse the repository at this point in the history
Update dependency golang to v1.23.3
  • Loading branch information
catatsuy authored Nov 9, 2024
2 parents 8681be3 + f60cdc7 commit e74279c
Showing 1 changed file with 1 addition and 1 deletion.
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.2.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
src="https://golang.org/dl/go1.23.3.{{ uname_res.stdout }}-{{ arch_res.stdout }}.tar.gz"
dest=/usr/local/
remote_src=yes

Expand Down

0 comments on commit e74279c

Please sign in to comment.