chore(deps): upgrade to Go v1.22 and deps (#1423)

* chore(deps): upgrade go to v1.22 and deps

* chore(deps): upgrade workflow go to v1.22
This commit is contained in:
ze0s 2024-02-22 14:33:50 +01:00 committed by GitHub
parent 3c40c7bba8
commit 8156c8d66e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 99 additions and 88 deletions

View file

@ -67,6 +67,12 @@ jobs:
working-directory: web
run: pnpm install --frozen-lockfile
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
cache: true
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3

View file

@ -21,6 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.0'
cache: true
- name: Install Nilaway

View file

@ -79,7 +79,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20.12'
go-version: '1.22.0'
cache: true
- name: Test
@ -111,7 +111,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20.12'
go-version: '1.22.0'
cache: true
- name: Run GoReleaser build