Skip to content

Commit

Permalink
minimum go version is 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
crewjam committed Jun 25, 2022
1 parent f519373 commit 5e0ffd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.13.x', '1.14.x', '1.15.x', '1.16.x', '1.17.x', '1.18.x' ]
go: [ '1.16.x', '1.17.x', '1.18.x' ]
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion example/go.mod
Expand Up @@ -4,7 +4,7 @@ replace github.com/crewjam/saml => ../

replace github.com/crewjam/saml/samlidp => ../samlidp

go 1.13
go 1.16

require (
github.com/crewjam/saml v0.0.0-00010101000000-000000000000
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/crewjam/saml

go 1.13
go 1.16

require (
github.com/beevik/etree v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion samlidp/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/crewjam/saml/samlidp

replace github.com/crewjam/saml => ../

go 1.13
go 1.16

require (
github.com/crewjam/saml v0.0.0-00010101000000-000000000000
Expand Down

0 comments on commit 5e0ffd2

Please sign in to comment.