Update Go version in CI workflows

This commit is contained in:
eikendev 2025-05-30 00:21:09 +02:00
parent ab01e86d57
commit aa399b6738
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -9,7 +9,7 @@ on:
- 'main'
env:
GO_VERSION: '1.24.0'
GO_VERSION: '1.24.3'
PB_BUILD_VERSION: pipeline-${{ github.sha }}
jobs: