mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
chore(deps): update build and packages (#1009)
* chore: update golang deps * bump node and golang * update node * tell that to mel gibson. * build: update go version * chore: update deps * chore: go mod tidy --------- Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
parent
c7ec93722b
commit
daa4bf9a0f
5 changed files with 111 additions and 359 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@v3
|
||||
with:
|
||||
node-version: '18.7.0'
|
||||
node-version: '18.17.0'
|
||||
|
||||
- name: Set up corepack
|
||||
run: corepack enable
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.3'
|
||||
go-version: '1.20.6'
|
||||
cache: true
|
||||
|
||||
- name: Test
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.3'
|
||||
go-version: '1.20.6'
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.3'
|
||||
go-version: '1.20.6'
|
||||
cache: true
|
||||
|
||||
- name: Run GoReleaser build and publish tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue