Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.24.4
golang 1.25.0

Check failure on line 1 in .tool-versions

View workflow job for this annotation

GitHub Actions / Test

Version manager version incompatible, saw 1.25.0, running with version: 1.24.4

Check failure on line 1 in .tool-versions

View workflow job for this annotation

GitHub Actions / Test

Version manager version incompatible, saw 1.25.0, running with version: 1.24.4
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Build

FROM docker.io/library/golang:1.24.4 AS build
FROM docker.io/library/golang:1.25.0 AS build

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.25.0, running with version: 1.24.4

Check failure on line 19 in Dockerfile

View workflow job for this annotation

GitHub Actions / Test

Containerfile version incompatible, saw 1.25.0, running with version: 1.24.4

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Build

FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4@sha256:3ce6311380d5180599a3016031a9112542d43715244816d1d0eabc937952667b AS build
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4@sha256:81d9cb51feb0b56e3d87a73c2237bebaa80b28e4d5791c1da1140eae50225e2f AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down
Loading