This commit is contained in:
Vincent Yang 2024-03-20 16:45:09 -04:00
parent 7c4b521050
commit e580d64fbf
No known key found for this signature in database
GPG Key ID: 55F1635E821BF0E8

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.22'
- name: Install golint
run: go install golang.org/x/lint/golint@latest