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 dkam/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.25.7-bookworm as build
FROM golang:1.26.1-bookworm as build

SHELL ["/bin/bash", "-euo", "pipefail", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion dkam/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.34.0-dev
1.34.0
2 changes: 1 addition & 1 deletion dkam/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
module github.com/open-edge-platform/infra-onboarding/dkam

go 1.25.7
go 1.26.1

require (
github.com/fsnotify/fsnotify v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion onboarding-manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.25.7-bookworm as builder
FROM golang:1.26.1-bookworm as builder

ENV GO111MODULE=on
ARG MAKE_TARGET=go-build
Expand Down
2 changes: 1 addition & 1 deletion onboarding-manager/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.40.0-dev
1.40.0
2 changes: 1 addition & 1 deletion onboarding-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module github.com/open-edge-platform/infra-onboarding/onboarding-manager

go 1.25.7
go 1.26.1

require (
github.com/envoyproxy/protoc-gen-validate v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion tink-worker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0-dev
1.3.0
2 changes: 1 addition & 1 deletion tink-worker/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/tinkerbell/tink

go 1.25.5
go 1.26.1

require (
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21.0-dev
1.21.0
2 changes: 1 addition & 1 deletion tinker-actions/src/cexec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Original file can be found at https://github.com/tinkerbell/actions.

# Build cexec
FROM golang:1.25.8-alpine3.23 AS cexec
FROM golang:1.26.1-alpine3.23 AS cexec

RUN apk add --no-cache git ca-certificates gcc linux-headers musl-dev
COPY . /src/cexec
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/cexec/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Original file can be found at https://github.com/tinkerbell/actions.
module cexec

go 1.25.8
go 1.26.1

require (
github.com/open-edge-platform/infra-onboarding/tinker-actions/pkg/drive_detection v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/image2disk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# NOTICE: This file has been modified by Intel Corporation.
# Original file can be found at https://github.com/tinkerbell/actions.

FROM golang:1.25.8-alpine3.23 AS image2disk
FROM golang:1.26.1-alpine3.23 AS image2disk
RUN apk add --no-cache git ca-certificates gcc linux-headers musl-dev
COPY . /src/image2disk
COPY pkg /pkg/
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/image2disk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module img2disk

go 1.25.8
go 1.26.1

require (
github.com/cenkalti/backoff v2.2.1+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/qemu_nbd_image2disk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.25.8-alpine3.23 AS qemu-nbd-image2disk
FROM golang:1.26.1-alpine3.23 AS qemu-nbd-image2disk
RUN apk add --no-cache git ca-certificates gcc linux-headers musl-dev
COPY . /src/qemu-nbd-image2disk
COPY pkg /pkg/
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/qemu_nbd_image2disk/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module qemu-nbd-img2disk

go 1.25.8
go 1.26.1

require (
github.com/cenkalti/backoff v2.2.1+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/securebootflag/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.25.8-alpine3.23 as readsbstat
FROM golang:1.26.1-alpine3.23 as readsbstat

COPY . /go/src/github.com/tinkerbell/hub/actions/read_sb_status
WORKDIR /go/src/github.com/tinkerbell/hub/actions/read_sb_status
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/securebootflag/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

module securebootflag

go 1.25.8
go 1.26.1

//toolchain go1.21.4
2 changes: 1 addition & 1 deletion tinker-actions/src/writefile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Original file can be found at https://github.com/tinkerbell/actions.

# Build stream
FROM golang:1.25.8-alpine3.23 AS writefile
FROM golang:1.26.1-alpine3.23 AS writefile
RUN apk add --no-cache git ca-certificates gcc musl-dev
COPY . /go/src/github.com/tinkerbell/hub/actions/writefile/v1
COPY pkg /go/src/github.com/tinkerbell/hub/actions/pkg
Expand Down
2 changes: 1 addition & 1 deletion tinker-actions/src/writefile/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

module github.com/tinkerbell/hub/actions/writefile/v1

go 1.25.8
go 1.26.1

require (
github.com/open-edge-platform/infra-onboarding/tinker-actions/pkg/drive_detection v0.0.0-20250324105403-f8fa27a1b024
Expand Down
2 changes: 1 addition & 1 deletion version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GOLINTVERSION_HAVE := $(shell golangci-lint version | sed 's/.*versi
GOLINTVERSION_REQ := 2.8.0
GOJUNITREPORTVERSION_HAVE := $(shell go-junit-report -version | sed s/.*" v"// | sed 's/ .*//')
GOJUNITREPORTVERSION_REQ := 2.1.0
GOVERSION_REQ := 1.25.7
GOVERSION_REQ := 1.26.1
GOVERSION_HAVE := $(shell go version | sed 's/.*version go//' | sed 's/ .*//')
GCC_REQ := $(shell command -v gcc)
PROTOCGENDOCVERSION_HAVE := $(shell protoc-gen-doc --version | sed s/.*"version "// | sed 's/ .*//')
Expand Down
Loading