Bump GitHub Actions Go version

oauth2
maru 2024-04-20 16:46:06 -04:00
parent f7ab2719a2
commit 777517dd38
No known key found for this signature in database
GPG Key ID: 37689350E9CD0F0D
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.22'
- name: Build
run: go build -v ./...