Run lint on latest Go 1.20.x

This commit is contained in:
Deluan 2023-04-04 19:12:20 -04:00 committed by Joe Stump
parent 407d21d31e
commit 94828b6d8b
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20.1
go-version: 1.20.x
- uses: actions/checkout@v3