fix go deps for test

This commit is contained in:
sabban 2023-12-08 21:00:42 +01:00
parent 04f3dc09f9
commit cc995934fa
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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 }}"