Skip to content

Commit 62bddd2

Browse files
authored
chore: upgraded go version to 1.24.10 (#75)
* chore: upgraded go version to 1.24.10 * Update go.yml
1 parent 4fa80b3 commit 62bddd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go: ['1.23', '1.24']
15+
go: ['1.24', '1.25']
1616
steps:
1717
- uses: actions/checkout@v6
1818

go.mod

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

3-
go 1.23.7
3+
go 1.24.10
44

55
require golang.org/x/crypto v0.41.0
66

0 commit comments

Comments
 (0)