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 067885d commit b3e4395Copy full SHA for b3e4395
3 files changed
.github/workflows/pr-check.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Set up Go 1.x
23
uses: actions/setup-go@v2
24
with:
25
- go-version: 1.25.7
+ go-version: 1.26.3
26
-
27
name: Check out code into the Go module directory
28
uses: actions/checkout@v4
build/dockerfiles/controller.Dockerfile
@@ -10,7 +10,7 @@
10
#
11
12
# 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
+FROM registry.access.redhat.com/ubi9/go-toolset:1.26.3-1782219569 AS builder
14
ENV GOPATH=/go/
15
USER root
16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/redhat-developer/web-terminal-operator
2
3
-go 1.25.7
+go 1.26.3
4
5
require (
6
github.com/devfile/api/v2 v2.2.0
0 commit comments