Update Go used in GitHub workflow to 1.22.

rewrite
Icedream 2024-05-05 09:42:25 +02:00
parent 9bdc64ae6e
commit babec80d60
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.21
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: 1.21
go-version: 1.22
id: go
- name: Check out code into the Go module directory