1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-23 12:29:09 +00:00

[main] Upgrade go version to 1.23 (#446)

* Upgrade go version to 1.23

Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>

* Upgrade golangci-lint to 1.63.4

Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>

---------

Signed-off-by: Vatsal Parekh <vatsalparekh@outlook.com>
This commit is contained in:
Vatsal Parekh
2025-01-29 19:35:04 +05:30
committed by GitHub
parent 8ae74491e7
commit 7da1377c89
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:experimental
FROM registry.suse.com/bci/golang:1.22 as build
FROM registry.suse.com/bci/golang:1.23 as build
COPY go.mod go.sum main.go /src/
COPY pkg /src/pkg/
#RUN --mount=type=cache,target=/root/.cache/go-build \