Skip to content

Commit 0116867

Browse files
rohanKanojiacursoragent
authored andcommitted
chore: bump Go version to 1.26.4
Update go.mod, CI workflow, and controller Dockerfile to use ubi9/go-toolset 1.26.4-1782736563. Signed-off-by: Rohan Kumar <rokumar@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 524afea commit 0116867

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go 1.x
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: 1.26.3
25+
go-version: 1.26.4
2626
-
2727
name: Check out code into the Go module directory
2828
uses: actions/checkout@v4

build/dockerfiles/controller.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111

1212
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset
13-
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782219569 AS builder
13+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782736563 AS builder
1414
ENV GOPATH=/go/
1515
USER root
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-developer/web-terminal-operator
22

3-
go 1.26.3
3+
go 1.26.4
44

55
require (
66
github.com/devfile/api/v2 v2.2.0

0 commit comments

Comments
 (0)