FIX: fix go version to 1.18
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user