mirror of https://github.com/rclone/rclone.git
build: setup-go v3 dropped the stable input
This commit is contained in:
parent
8114744bce
commit
76eeca9eae
|
@ -104,7 +104,6 @@ jobs:
|
||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
stable: 'false'
|
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue