ci: pin go version to the known working version (#1303)

This commit is contained in:
Felipe Galindo Sanchez 2022-04-06 01:34:48 -07:00 committed by GitHub
parent 85dea9b67c
commit b855991373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- uses: actions/setup-go@v3 - uses: actions/setup-go@v3
with: with:
go-version: '^1.17.7' go-version: '1.17.7'
check-latest: false
- run: go version - run: go version
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with: