mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
chore(build): update go and node (#1301)
* chore(build): sync go and node * node20 * golang:1.20-alpine3.19 * 20.10.0-alpine3.19 golang:1.20-alpine3.19
This commit is contained in:
parent
3d9e3f1cd0
commit
95cd053db5
3 changed files with 7 additions and 7 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Set up Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18.17.0'
|
||||
node-version: '20.10.0'
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20.6'
|
||||
go-version: '1.20.12'
|
||||
cache: true
|
||||
|
||||
- name: Test
|
||||
|
@ -102,7 +102,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20.6'
|
||||
go-version: '1.20.12'
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build
|
||||
|
@ -146,7 +146,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20.6'
|
||||
go-version: '1.20.12'
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build and publish tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue