1
0
mirror of https://github.com/rancher/steve.git synced 2025-09-18 08:20:36 +00:00

[release/v0.3] Upgrade go version to 1.23 (#449)

* 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:43 +05:30
committed by GitHub
parent 6b5543e762
commit 458a12d2d7
3 changed files with 4 additions and 4 deletions

View File

@@ -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: Build
run: make build-bin
- name: Test