Merge remote-tracking branch 'upstream/master' into patch-4

This commit is contained in:
Felipe Galindo Sanchez 2022-04-06 06:43:01 -07:00
commit e24d942d63
1 changed files with 2 additions and 1 deletions

View File

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