Skip to content

Commit

Permalink
fix: go version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 23, 2023
1 parent 3b1391b commit 015cc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/daos/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Daos(SConsPackage):
depends_on("dpdk@main")
depends_on("libfuse@3.6.1:")
depends_on("hwloc@master")
depends_on("go", type="build")
depends_on("go@1.19.5", type="build")
depends_on("isa-l")
depends_on("isa-l_crypto", when="@1.1.0:")
depends_on("libfabric", when="@0.7.0:")
Expand Down

0 comments on commit 015cc76

Please sign in to comment.