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:
soup 2024-10-20 12:51:05 +02:00 committed by GitHub
parent 636129f282
commit 7e5f65fd6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ on:
- cron: '20 13 * * 6' - cron: '20 13 * * 6'
env: env:
GO_VERSION: '1.23.0' GO_VERSION: '1.23'
NODE_VERSION: '20.17.0' NODE_VERSION: '20.17.0'
jobs: jobs:

View file

@ -9,7 +9,7 @@ on:
pull_request: pull_request:
env: env:
GO_VERSION: '1.23.0' GO_VERSION: '1.23'
NODE_VERSION: '20.17.0' NODE_VERSION: '20.17.0'
jobs: jobs:

View file

@ -12,7 +12,7 @@ on:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
REGISTRY_IMAGE: ghcr.io/${{ github.repository }} REGISTRY_IMAGE: ghcr.io/${{ github.repository }}
GO_VERSION: '1.23.0' GO_VERSION: '1.23'
NODE_VERSION: '20.17.0' NODE_VERSION: '20.17.0'
permissions: permissions:

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/autobrr/autobrr module github.com/autobrr/autobrr
go 1.23.0 go 1.23.2
replace github.com/r3labs/sse/v2 => github.com/autobrr/sse/v2 v2.0.0-20230520125637-530e06346d7d replace github.com/r3labs/sse/v2 => github.com/autobrr/sse/v2 v2.0.0-20230520125637-530e06346d7d