Skip to content

Commit c13ebca

Browse files
committed
Update to Go 1.24
1 parent 83a9034 commit c13ebca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
env:
9-
GO_VERSION: '1.23.6'
9+
GO_VERSION: '1.24.0'
1010
PB_BUILD_VERSION: unknown # Needed for using Make targets.
1111
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
1212

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
env:
9-
GO_VERSION: '1.23.6'
9+
GO_VERSION: '1.24.0'
1010

1111
jobs:
1212
test:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'main'
1010

1111
env:
12-
GO_VERSION: '1.23.6'
12+
GO_VERSION: '1.24.0'
1313
PB_BUILD_VERSION: pipeline-${{ github.sha }}
1414

1515
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pushbits/server
22

3-
go 1.23
3+
go 1.24
44

55
require (
66
github.com/alexedwards/argon2id v1.0.0

0 commit comments

Comments
 (0)