chore: updating go to 1.24

This commit is contained in:
Iraq Jaber 2025-03-10 09:46:17 +00:00
parent eb2f912c5e
commit 96ac69c39e
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -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