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'
env:
GO_VERSION: '1.23.0'
GO_VERSION: '1.23'
NODE_VERSION: '20.17.0'
jobs:

View file

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

View file

@ -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: