Skip to content

Commit

Permalink
bump pocket to RC-0.12.0 and golang to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alchemydc committed Oct 24, 2024
1 parent 34878c3 commit 2496fe8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions group_vars/all/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,19 @@ LogLevel: "*:error"
#go_version: '1.19'
#go_version: '1.20.7'
#go_version: '1.21.0'
go_version: '1.21.6'
go_version: '1.23.2'
#go_version: '1.22.0'
#go_version: '1.21.6'
pokt_user: 'pokt'
pokt_user_dir: "/home/{{ pokt_user }}"
monitor_user: 'monitor'
monitor_user_dir: "/home/{{ monitor_user }}"
custom_port_prefix: 55

repo: 'https://github.com/pokt-network/pocket-core'
pokt_release_tag: 'RC-0.10.4'
pokt_release_tag: 'RC-0.12.0'
#pokt_release_tag: 'RC-0.11.1'
#pokt_release_tag: 'RC-0.10.4'
#pokt_release_tag: 'RC-0.9.2'
#pokt_release_tag: 'RC-0.9.1.3'
#pokt_release_tag: 'BETA-0.9.1.1'
Expand Down
2 changes: 1 addition & 1 deletion roles/pokt_node/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
user: "{{ pokt_user }}"
minute: "20"
hour: "4"
job: "{{ pokt_user_dir }}/update_public_ip.sh > /dev/null 2>&1"
job: "{{ pokt_user_dir }}/update_public_ip.sh"

0 comments on commit 2496fe8

Please sign in to comment.