Update workflows to use Go 1.22

This commit is contained in:
RPRX 2024-02-18 06:55:47 +00:00 committed by GitHub
parent fa5d7a255b
commit 5ea1315b85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
- name: Get project dependencies

View File

@ -30,7 +30,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
- name: Checkout codebase
uses: actions/checkout@v4