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 3ab7945 commit a81679bCopy full SHA for a81679b
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
contents: read # for actions/checkout to fetch code
22
strategy:
23
matrix:
24
- go-version: [1.x, 1.24.x]
+ go-version: [1.x, 1.25.x]
25
platform: [ubuntu-latest]
26
include:
27
# only update test coverage stats with the most recent go version on linux
README.md
@@ -29,7 +29,6 @@
29
30
### Requirements
31
32
-- **Go 1.18+** (required for generics support)
33
- This package is designed to be used with the `golang.org/x/oauth2` package
34
35
## Installation
go.mod
@@ -1,6 +1,6 @@
1
module github.com/jferrl/go-githubauth
2
3
-go 1.24.6
+go 1.25
4
5
require (
6
github.com/golang-jwt/jwt/v5 v5.3.0
0 commit comments