From 7e5f65fd6ee6412195c6d55dccde11d8b1fde6b4 Mon Sep 17 00:00:00 2001 From: soup Date: Sun, 20 Oct 2024 12:51:05 +0200 Subject: [PATCH] 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 --- .github/workflows/codeql.yml | 2 +- .github/workflows/golang-linter.yml | 2 +- .github/workflows/release.yml | 2 +- go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 02b9807..80fec9f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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: diff --git a/.github/workflows/golang-linter.yml b/.github/workflows/golang-linter.yml index fee5272..b4f6319 100644 --- a/.github/workflows/golang-linter.yml +++ b/.github/workflows/golang-linter.yml @@ -9,7 +9,7 @@ on: pull_request: env: - GO_VERSION: '1.23.0' + GO_VERSION: '1.23' NODE_VERSION: '20.17.0' jobs: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4081fa..bb5020c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/go.mod b/go.mod index 556c225..0603b38 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ 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