Skip to content

Commit 9cfe9eb

Browse files
committed
chore: bump golang to 1.26
Signed-off-by: Chris Harris <cjh@lbl.gov>
1 parent 687d4ee commit 9cfe9eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ENTRYPOINT ["/app/remote-console"]
3131

3232

3333
# Build Stage: Build the Go binary
34-
FROM golang:1.24-bookworm AS builder
34+
FROM golang:1.26-bookworm AS builder
3535

3636
RUN set -eux \
3737
&& apt-get update \

go.mod

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

2323
module github.com/OpenCHAMI/remote-console
2424

25-
go 1.24.0
25+
go 1.26.0
2626

2727
require (
2828
github.com/Cray-HPE/hms-compcredentials v1.15.0

integration_test/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222

2323
module integration-test
2424

25-
go 1.24
25+
go 1.26
2626

2727
require github.com/lib/pq v1.10.2

0 commit comments

Comments
 (0)