From aa399b6738b053f9429a3b80eddd81ecf5b0138b Mon Sep 17 00:00:00 2001 From: eikendev Date: Fri, 30 May 2025 00:21:09 +0200 Subject: [PATCH] Update Go version in CI workflows --- .github/workflows/documentation.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 08e6493..73671d8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -6,7 +6,7 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' env: - GO_VERSION: '1.24.0' + GO_VERSION: '1.24.3' PB_BUILD_VERSION: unknown # Needed for using Make targets. SSH_AUTH_SOCK: /tmp/ssh_agent.sock diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94b58e6..b72d432 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' env: - GO_VERSION: '1.24.0' + GO_VERSION: '1.24.3' jobs: test: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faacd96..a8d9ef2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ on: - 'main' env: - GO_VERSION: '1.24.0' + GO_VERSION: '1.24.3' PB_BUILD_VERSION: pipeline-${{ github.sha }} jobs: