chore: updating go to 1.24
This commit is contained in:
parent
eb2f912c5e
commit
96ac69c39e
2 changed files with 2 additions and 1 deletions
|
@ -160,6 +160,7 @@ Versions that also build are marked with :warning:.
|
||||||
| 1.21 | :warning: |
|
| 1.21 | :warning: |
|
||||||
| 1.22 | :white_check_mark: |
|
| 1.22 | :white_check_mark: |
|
||||||
| 1.23 | :white_check_mark: |
|
| 1.23 | :white_check_mark: |
|
||||||
|
| 1.24 | :white_check_mark: |
|
||||||
|
|
||||||
## Why another library
|
## Why another library
|
||||||
|
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/zitadel/oidc/v3
|
module github.com/zitadel/oidc/v3
|
||||||
|
|
||||||
go 1.21
|
go 1.24
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/bmatcuk/doublestar/v4 v4.8.1
|
github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue