mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(deps): update Go to 1.23
and Node to 20.17.0
(#1639)
* bump(deps): lift language versions * Update Dockerfile * ask your doctor * chore: update go to 1.23 * fix: go mod version --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
34d6e0cf60
commit
f3c7946e52
5 changed files with 12 additions and 12 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -12,6 +12,8 @@ on:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
|
||||
GO_VERSION: '1.23.0'
|
||||
NODE_VERSION: '20.17.0'
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -30,7 +32,7 @@ jobs:
|
|||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.10.0'
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
|
@ -79,7 +81,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Test
|
||||
|
@ -111,7 +113,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.22.0'
|
||||
go-version: ${{ env.GO_VERSION }}
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue