Skip to content

Commit b3e4395

Browse files
committed
Update to use go 1.26.3
Signed-off-by: David Kwon <dakwon@redhat.com>
1 parent 067885d commit b3e4395

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.25.7
25+
go-version: 1.26.3
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.25.7-1772454089 AS builder
13+
FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782219569 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.25.7
3+
go 1.26.3
44

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

0 commit comments

Comments
 (0)