diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 9ddc600..e71de0a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -22,7 +22,7 @@ jobs: name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: 1.26.4 + go-version: 1.26.5 - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/build/dockerfiles/controller.Dockerfile b/build/dockerfiles/controller.Dockerfile index 8c51fb1..1960af3 100644 --- a/build/dockerfiles/controller.Dockerfile +++ b/build/dockerfiles/controller.Dockerfile @@ -10,7 +10,7 @@ # # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi9/go-toolset -FROM registry.access.redhat.com/ubi9/go-toolset:1.26.4-1782736563 AS builder +FROM registry.access.redhat.com/ubi9/go-toolset:1.26.5-1784190466 AS builder ENV GOPATH=/go/ USER root diff --git a/go.mod b/go.mod index 796e49e..bf74f7e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/redhat-developer/web-terminal-operator -go 1.26.4 +go 1.26.5 require ( github.com/devfile/api/v2 v2.2.0