1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-08 18:49:31 +00:00

[v1.33] Bump dependencies for 1.33 (#674)

* feat: upgrade go version and dependencies for Kubernetes 1.33 support

* fix: golangci-lint for timeout issue
This commit is contained in:
Krunal Hingu
2025-06-11 21:25:45 +05:30
committed by GitHub
parent 17f1997fd5
commit d173faae3f
4 changed files with 69 additions and 68 deletions

View File

@@ -12,4 +12,5 @@ fi
echo Running: golangci-lint
export "GOROOT=$(go env GOROOT)"
golangci-lint run
golangci-lint run --fast --timeout=5m