chore(ci): always use latest patch version of Go (#3280)

This commit is contained in:
Jarek Kowalski
2023-09-08 07:20:32 -07:00
committed by GitHub
parent f0f0075e21
commit 8736fca3aa
12 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21'
check-latest: true
id: go
- name: Run Tests
run: make test-with-coverage