chore(ci): use Go 1.21

This commit is contained in:
Nicolas Carlier 2023-10-03 18:05:43 +00:00
parent d3a6756cf9
commit 2323c20a61

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- name: Test
run: make build test