We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa80b3 commit 62bddd2Copy full SHA for 62bddd2
.github/workflows/go.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go: ['1.23', '1.24']
+ go: ['1.24', '1.25']
16
steps:
17
- uses: actions/checkout@v6
18
go.mod
@@ -1,6 +1,6 @@
1
module github.com/zitadel/passwap
2
3
-go 1.23.7
+go 1.24.10
4
5
require golang.org/x/crypto v0.41.0
6
0 commit comments