File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525 path : ${{ env.GOPATH }}/src/k8s.io/autoscaler
2626
2727 - name : Set up Go
28- uses : actions/setup-go@v5.5.0
28+ uses : actions/setup-go@v6
2929 with :
30- go-version : ' 1.24.0 '
30+ go-version : ' 1.25 '
3131 cache-dependency-path : |
3232 ${{ env.GOPATH}}/src/k8s.io/autoscaler/cluster-autoscaler/go.sum
3333
Original file line number Diff line number Diff line change 2121 path : ${{ env.GOPATH }}/src/k8s.io/autoscaler
2222
2323 - name : Set up Go
24- uses : actions/setup-go@v5.5.0
24+ uses : actions/setup-go@v6
2525 with :
26- go-version : ' 1.24.0 '
26+ go-version : ' 1.25 '
2727 cache-dependency-path : |
2828 ${{ env.GOPATH}}/src/k8s.io/autoscaler/cluster-autoscaler/go.sum
2929 ${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/go.sum
Original file line number Diff line number Diff line change 2424 path : ${{ env.GOPATH }}/src/k8s.io/autoscaler
2525 - uses : actions/setup-go@v6
2626 with :
27- go-version : ' 1.25.0 '
27+ go-version : ' 1.25'
2828 cache-dependency-path : |
2929 ${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/go.sum
3030 ${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/e2e/go.sum
Original file line number Diff line number Diff line change 2525 path : ${{ env.GOPATH }}/src/k8s.io/autoscaler
2626
2727 - name : Set up Go
28- uses : actions/setup-go@v5.5.0
28+ uses : actions/setup-go@v6
2929 with :
30- go-version : ' 1.24.0 '
30+ go-version : ' 1.25 '
3131 cache-dependency-path : |
3232 ${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/go.sum
3333 ${{ env.GOPATH}}/src/k8s.io/autoscaler/vertical-pod-autoscaler/e2e/go.sum
You can’t perform that action at this time.
0 commit comments