mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
chore(build): update workflows and go.mod
to use latest patch version of Go (#1775)
* fix(ci): update workflow to use latest patch version of Go * fix(ci): update all workflows to use latest patch version of Go * chore(deps): bump Go version to latest patch in go.mod
This commit is contained in:
parent
636129f282
commit
7e5f65fd6e
4 changed files with 4 additions and 4 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
@ -21,7 +21,7 @@ on:
|
|||
- cron: '20 13 * * 6'
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.23.0'
|
||||
GO_VERSION: '1.23'
|
||||
NODE_VERSION: '20.17.0'
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/golang-linter.yml
vendored
2
.github/workflows/golang-linter.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
pull_request:
|
||||
|
||||
env:
|
||||
GO_VERSION: '1.23.0'
|
||||
GO_VERSION: '1.23'
|
||||
NODE_VERSION: '20.17.0'
|
||||
|
||||
jobs:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
|
||||
GO_VERSION: '1.23.0'
|
||||
GO_VERSION: '1.23'
|
||||
NODE_VERSION: '20.17.0'
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue