mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Merge pull request #3456 from kolyshkin/ci-rm-stable
ci/gha: remove stable: when installing Go
This commit is contained in:
@@ -62,7 +62,6 @@ jobs:
|
||||
- name: install go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
stable: '!contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
|
||||
go-version: ${{ matrix.go-version }}
|
||||
|
||||
- name: build
|
||||
|
||||
Reference in New Issue
Block a user