Bump go version to 1.26

This commit is contained in:
Safwan
2026-02-13 15:53:18 +05:00
parent 8834ab097d
commit 003fbbfa1f
4 changed files with 4 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.25'
go-version: '1.26'
cache: false
- name: Set up Docker Buildx

View File

@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.25.5} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.26} AS builder
ARG TARGETOS
ARG TARGETARCH

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/stakater/Reloader
go 1.25.5
go 1.26
require (
github.com/argoproj/argo-rollouts v1.8.3

View File

@@ -1,6 +1,6 @@
module github.com/stakater/Reloader/test/loadtest
go 1.25
go 1.26
require (
github.com/spf13/cobra v1.8.1