Run lint on latest Go 1.20.x

This commit is contained in:
Deluan 2023-04-04 19:12:20 -04:00
parent 96c50d369a
commit ddfde7bfc8
1 changed files with 1 additions and 1 deletions

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