Update to Go 1.24

This commit is contained in:
eikendev 2025-02-22 22:58:54 +01:00
parent 83a9034be7
commit c13ebca593
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ on:
- 'v[0-9]+.[0-9]+.[0-9]+'
env:
GO_VERSION: '1.23.6'
GO_VERSION: '1.24.0'
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.6'
GO_VERSION: '1.24.0'
jobs:
test:

View file

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

2
go.mod
View file

@ -1,6 +1,6 @@
module github.com/pushbits/server
go 1.23
go 1.24
require (
github.com/alexedwards/argon2id v1.0.0