File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
- name : Install golangci-lint
25
25
uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
26
26
with :
27
- version : v1.59.0
27
+ version : v1.63.4
28
28
- name : Build
29
29
run : make build-bin
30
30
- name : Test
Original file line number Diff line number Diff line change 1
1
# syntax = docker/dockerfile:experimental
2
- FROM registry.suse.com/bci/golang:1.22 as build
2
+ FROM registry.suse.com/bci/golang:1.23 as build
3
3
COPY go.mod go.sum main.go /src/
4
4
COPY pkg /src/pkg/
5
5
# RUN --mount=type=cache,target=/root/.cache/go-build \
Original file line number Diff line number Diff line change 1
1
module github.com/rancher/steve
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.7
5
+ toolchain go1.23.4
6
6
7
7
// pin Kubernetes dependencies to v0.30.1, which is the version
8
8
// Rancher 2.9 is compiled against as newer lasso versions
You can’t perform that action at this time.
0 commit comments