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 5b2a7ec commit ed59954Copy full SHA for ed59954
.github/workflows/test.yml
@@ -16,4 +16,5 @@ jobs:
16
- uses: actions/setup-go@v4
17
with:
18
go-version: ${{ matrix.go }}
19
+ - run: go version
20
- run: go test -v ./...
go.mod
@@ -2,8 +2,6 @@ module github.com/crewjam/saml
2
3
go 1.22
4
5
-toolchain go1.24.2
6
-
7
require (
8
github.com/beevik/etree v1.5.0
9
github.com/golang-jwt/jwt/v4 v4.5.2
0 commit comments