build(deps): bump to Go 1.22

This commit is contained in:
Lukas Zapletal 2025-01-09 19:47:21 +01:00 committed by Lukáš Zapletal
parent 8554d6202d
commit 3a6bea380e
41 changed files with 15 additions and 621 deletions

View file

@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22"
- env:
PGUSER: postgres
PGPASSWORD: foobar
@ -106,10 +106,10 @@ jobs:
name: "⌨ Golang Lint"
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
@ -154,10 +154,10 @@ jobs:
runs-on: ubuntu-20.04
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