FIX: fix go version to 1.18

This commit is contained in:
Germann Elsa Sylvia
2023-02-27 09:40:04 +01:00
parent 2b3c7b876e
commit f2b7b418c0

View File

@ -19,7 +19,7 @@ build_test:
- . "./spack/share/spack/setup-env.sh"
- spack clean -a # Make sure spack doesn't have any caches left
- spack env activate --without-view env/merlin/${SPACK_PCKG}
- spack install -j ${MAX_JOB_NB} --add git-lfs
- spack install -j ${MAX_JOB_NB} --add git-lfs ^go@1.18
- spack develop ${SPACK_SPEC}
- spack install -j ${MAX_JOB_NB}
- spack load ${SPACK_SPEC}