chore(ci): fix Go version

This commit is contained in:
Nicolas Carlier 2022-10-26 08:39:45 +02:00
parent 109768f785
commit 3243d72850

View File

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