Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libvirt-dev pkg-config
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.25'
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
${{ runner.OS }}

- name: Setup Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v7
with:
# NOTE: Keep the version in sync with Go toolchain in go.mod.
go-version: '1.25.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
${{ runner.OS }}

- name: Setup Golang
uses: actions/setup-go@v4
uses: actions/setup-go@v7
with:
# NOTE: Keep the version in sync with Go toolchain in WORKSPACE.
go-version: '1.24.4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Set up Go
if: steps.check_assets.outputs.assets_exist != 'true'
uses: actions/setup-go@v5
uses: actions/setup-go@v7
with:
go-version-file: cmd/kubectl-mtv/go.mod
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-forklift-controller-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Go
uses: actions/setup-go@v5
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Regenerate CRD manifests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v7
with:
go-version-file: go.mod

Expand Down
Loading