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 @@ -21,7 +21,7 @@ jobs:
sudo apt-get install -y libvirt-dev pkg-config
- uses: actions/setup-go@v6
with:
go-version: '1.25'
go-version: '1.26'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
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 @@ -125,7 +125,7 @@ jobs:
uses: actions/setup-go@v4
with:
# NOTE: Keep the version in sync with Go toolchain in go.mod.
go-version: '1.25.9'
go-version: '1.26.5'

# Setup the run environment and run CI test suite
- name: Run test suite
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 @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-go@v4
with:
# NOTE: Keep the version in sync with Go toolchain in WORKSPACE.
go-version: '1.24.4'
go-version: '1.26.5'

# Setup the run environment and run CI test suite
- name: Go build
Expand Down
Loading