build: setup-go v3 dropped the stable input

This commit is contained in:
albertony 2022-10-23 15:37:02 +02:00
parent 8114744bce
commit 76eeca9eae
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
stable: 'false'
go-version: ${{ matrix.go }}
check-latest: true