Skip to content

Commit 458a12d

Browse files
authored
[release/v0.3] Upgrade go version to 1.23 (#449)
* Upgrade go version to 1.23 Signed-off-by: Vatsal Parekh <[email protected]> * Upgrade golangci-lint to 1.63.4 Signed-off-by: Vatsal Parekh <[email protected]> --------- Signed-off-by: Vatsal Parekh <[email protected]>
1 parent 6b5543e commit 458a12d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install golangci-lint
2525
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
2626
with:
27-
version: v1.59.0
27+
version: v1.63.4
2828
- name: Build
2929
run: make build-bin
3030
- name: Test

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 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
33
COPY go.mod go.sum main.go /src/
44
COPY pkg /src/pkg/
55
#RUN --mount=type=cache,target=/root/.cache/go-build \

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/rancher/steve
22

3-
go 1.22.0
3+
go 1.23.0
44

5-
toolchain go1.22.7
5+
toolchain go1.23.4
66

77
// pin Kubernetes dependencies to v0.30.1, which is the version
88
// Rancher 2.9 is compiled against as newer lasso versions

0 commit comments

Comments
 (0)