Skip to content

Commit

Permalink
Downgrade Go version requirement to 1.20
Browse files Browse the repository at this point in the history
As part of the upgrade to Go 1.21, the Go toolchain now requires the
`go` directive to match the maximum Go version in use in dependencies.

This leads to any transitive dependency on this library to result in a
requirement of the consuming project moving to Go 1.21.

Although in a lot of cases this may not be as problematic, it forces
consumers to migrate, which we don't need to do in this case.
  • Loading branch information
jamietanna committed Sep 4, 2023
1 parent a0541d7 commit fec9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kataras/jwt

go 1.21
go 1.20

0 comments on commit fec9833

Please sign in to comment.