We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2b095 commit dc9fcb1Copy full SHA for dc9fcb1
.github/workflows/vpa-golangci-lint.yaml
@@ -20,6 +20,8 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- uses: actions/checkout@v5
23
+ with:
24
+ path: ${{ env.GOPATH }}/src/k8s.io/autoscaler
25
- uses: actions/setup-go@v6
26
with:
27
go-version: '1.25.0'
0 commit comments