Skip to content

Commit ed59954

Browse files
authored
properly set minimum go version to 1.22 (crewjam#604)
1 parent 5b2a7ec commit ed59954

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jobs:
1616
- uses: actions/setup-go@v4
1717
with:
1818
go-version: ${{ matrix.go }}
19+
- run: go version
1920
- run: go test -v ./...

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ module github.com/crewjam/saml
22

33
go 1.22
44

5-
toolchain go1.24.2
6-
75
require (
86
github.com/beevik/etree v1.5.0
97
github.com/golang-jwt/jwt/v4 v4.5.2

0 commit comments

Comments
 (0)