Update Go to v1.23.6

This commit is contained in:
eikendev 2025-02-15 14:09:24 +01:00
parent c871854a13
commit 6903bdb62e
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.23.2'
GO_VERSION: '1.23.6'
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.23.2'
GO_VERSION: '1.23.6'
jobs:
test:

View file

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