fix go deps for test
This commit is contained in:
parent
04f3dc09f9
commit
cc995934fa
2 changed files with 2 additions and 3 deletions
|
@ -8,8 +8,7 @@ roles:
|
|||
name: geerlingguy.postgresql
|
||||
# these should be included as dependencies of crowdsecurity.testing, but sometime are not
|
||||
- src: geerlingguy.repo-epel
|
||||
- src: gantsign.ansible-role-golang
|
||||
name: gantsign.golang
|
||||
- src: gantsign.golang
|
||||
|
||||
collections:
|
||||
- name: ansible.posix
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# vim: set ft=yaml.ansible:
|
||||
---
|
||||
|
||||
golang_version: "1.21.5"
|
||||
golang_version: "1.21.4"
|
||||
golang_install_dir: "/opt/go/{{ golang_version }}"
|
||||
|
|
Loading…
Reference in a new issue