Explicitly set up Go 1.13.1 in checks running on old runner images

This commit is contained in:
Henry Mercer 2022-11-15 20:53:57 +00:00
parent 1e2f8f035d
commit 07b9db6a46
16 changed files with 71 additions and 29 deletions

View file

@ -72,6 +72,11 @@ jobs:
uses: ./.github/prepare-test
with:
version: ${{ matrix.version }}
- name: Set up Go
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019'
uses: actions/setup-go@v3
with:
go-version: ^1.13.1
- uses: ./../action/init
with:
tools: ${{ steps.prepare-test.outputs.tools-url }}