mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
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:
parent
3c40c7bba8
commit
8156c8d66e
8 changed files with 99 additions and 88 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/golang-linter.yml
vendored
1
.github/workflows/golang-linter.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue