mirror of
https://github.com/pushbits/server.git
synced 2025-06-03 19:22:05 +02:00
Update Go version in CI workflows
This commit is contained in:
parent
ab01e86d57
commit
aa399b6738
3 changed files with 3 additions and 3 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.24.0'
|
GO_VERSION: '1.24.3'
|
||||||
PB_BUILD_VERSION: unknown # Needed for using Make targets.
|
PB_BUILD_VERSION: unknown # Needed for using Make targets.
|
||||||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
|
||||||
|
|
||||||
|
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- 'v[0-9]+.[0-9]+.[0-9]+'
|
- 'v[0-9]+.[0-9]+.[0-9]+'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.24.0'
|
GO_VERSION: '1.24.3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
||||||
- 'main'
|
- 'main'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: '1.24.0'
|
GO_VERSION: '1.24.3'
|
||||||
PB_BUILD_VERSION: pipeline-${{ github.sha }}
|
PB_BUILD_VERSION: pipeline-${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue