We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a9034 commit c13ebcaCopy full SHA for c13ebca
4 files changed
.github/workflows/documentation.yml
@@ -6,7 +6,7 @@ on:
6
- 'v[0-9]+.[0-9]+.[0-9]+'
7
8
env:
9
- GO_VERSION: '1.23.6'
+ GO_VERSION: '1.24.0'
10
PB_BUILD_VERSION: unknown # Needed for using Make targets.
11
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
12
.github/workflows/publish.yml
jobs:
test:
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
- 'main'
13
PB_BUILD_VERSION: pipeline-${{ github.sha }}
14
15
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pushbits/server
2
3
-go 1.23
+go 1.24
4
5
require (
github.com/alexedwards/argon2id v1.0.0
0 commit comments