Skip to content

Commit cf3808a

Browse files
authored
Downgrade Go version requirement to 1.20 (#2197)
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. This also requires we bump jwt and httpexpect dependencies, as they've downgraded, too.
1 parent b7c2aba commit cf3808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kataras/iris/v12
22

3-
go 1.21
3+
go 1.20
44

55
retract [v12.0.0, v12.1.8] // Retract older versions as only latest is to be depended upon. Please update to @latest
66

0 commit comments

Comments
 (0)