Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# TODO: switch back to stable once cri-o vendors golang.org/x/net
# v0.55.0 or newer; until then it does not build with go 1.27.
# See https://github.com/cri-o/cri-o/pull/10103#issuecomment-5400108050
go-version: '1.26'
go-version: '1.27'
cache: false
- run: hack/github-actions-setup
- name: Run conmon integration tests
Expand All @@ -51,7 +51,7 @@ jobs:
# TODO: switch back to stable once cri-o vendors golang.org/x/net
# v0.55.0 or newer; until then it does not build with go 1.27.
# See https://github.com/cri-o/cri-o/pull/10103#issuecomment-5400108050
go-version: '1.26'
go-version: '1.27'
cache: false
- run: hack/github-actions-setup
- name: Run CRI-O integration tests (critest=${{ matrix.critest }})
Expand Down
Loading