We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 687d4ee commit 9cfe9ebCopy full SHA for 9cfe9eb
3 files changed
Dockerfile
@@ -31,7 +31,7 @@ ENTRYPOINT ["/app/remote-console"]
31
32
33
# Build Stage: Build the Go binary
34
-FROM golang:1.24-bookworm AS builder
+FROM golang:1.26-bookworm AS builder
35
36
RUN set -eux \
37
&& apt-get update \
go.mod
@@ -22,7 +22,7 @@
22
23
module github.com/OpenCHAMI/remote-console
24
25
-go 1.24.0
+go 1.26.0
26
27
require (
28
github.com/Cray-HPE/hms-compcredentials v1.15.0
integration_test/go.mod
@@ -22,6 +22,6 @@
module integration-test
-go 1.24
+go 1.26
require github.com/lib/pq v1.10.2
0 commit comments