fix go version on lint

This commit is contained in:
Michel Loiseleur 2023-06-16 21:03:42 +02:00
parent e06ed8cc5d
commit 04cb58dede

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
id: go
- name: Check out code into the Go module directory