Merge pull request #5757 from lreed-mdsol/lreed/bump-go-version-fix-vulnerabilities

bump go version to 1.22.5 to fix security vulnerabilities in docker
This commit is contained in:
Daniel Hiltgen 2024-07-22 16:32:43 -07:00 committed by GitHub
commit 3e5ea035d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.22.1
ARG GOLANG_VERSION=1.22.5
ARG CMAKE_VERSION=3.22.1
# this CUDA_VERSION corresponds with the one specified in docs/gpu.md
ARG CUDA_VERSION=11.3.1