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

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