mirror of
https://github.com/rancher/steve.git
synced 2025-05-05 14:37:01 +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:
parent
8ae74491e7
commit
7da1377c89
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
- name: Install golangci-lint
|
||||
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
|
||||
with:
|
||||
version: v1.59.0
|
||||
version: v1.63.4
|
||||
- name: Install env-test
|
||||
run: go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
|
||||
- name: Build
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user