chore(ci): upgrade golang to 1.21 (#3277)

This commit is contained in:
Jarek Kowalski
2023-09-07 20:27:25 -07:00
committed by GitHub
parent 20f2900eee
commit f0f0075e21
15 changed files with 22 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'
id: go
- name: Run Tests
run: make test-with-coverage