mirror of
https://github.com/pushbits/server.git
synced 2025-04-30 10:46:55 +02:00
Update to Go 1.24
This commit is contained in:
parent
83a9034be7
commit
c13ebca593
4 changed files with 4 additions and 4 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.23.6'
|
GO_VERSION: '1.24.0'
|
||||||
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.23.6'
|
GO_VERSION: '1.24.0'
|
||||||
|
|
||||||
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.23.6'
|
GO_VERSION: '1.24.0'
|
||||||
PB_BUILD_VERSION: pipeline-${{ github.sha }}
|
PB_BUILD_VERSION: pipeline-${{ github.sha }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/pushbits/server
|
module github.com/pushbits/server
|
||||||
|
|
||||||
go 1.23
|
go 1.24
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/alexedwards/argon2id v1.0.0
|
github.com/alexedwards/argon2id v1.0.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue