Skip to content

Commit d17cfcf

Browse files
authored
Merge pull request #312 from NVIDIA/dependabot/docker/deployments/devel/main/golang-1.24.2
Bump golang from 1.23.1 to 1.24.2 in /deployments/devel
2 parents 900cb70 + 7c71f2c commit d17cfcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG GOLANG_VERSION=1.23.8
15+
ARG GOLANG_VERSION=1.24.2
1616
# We use an ubuntu20.04 base image to allow for a more efficient multi-arch builds.
1717
FROM nvcr.io/nvidia/cuda:12.8.1-base-ubuntu20.04 AS build
1818

deployments/devel/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# This Dockerfile is also used to define the golang version used in this project
1616
# This allows dependabot to manage this version in addition to other images.
17-
FROM golang:1.23.8
17+
FROM golang:1.24.2
1818

1919
WORKDIR /work
2020
COPY * .

0 commit comments

Comments
 (0)