Skip to content

Commit

Permalink
chore(go): Add warning about main branch
Browse files Browse the repository at this point in the history
Main branch is in a state of flux because of the partitioned cookie
attribute which won't land in go until version 1.23. Added a
warning to this affect as well as upped the version of go in the
go.mod to 1.23 to indicate this change.
  • Loading branch information
jaitaiwan committed Jun 15, 2024
1 parent 8e2d547 commit ff5660f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sessions
# Gorilla Sessions

> [!CAUTION]
> The main branch of this respository is in flux and being prepared for the [Go 1.23 release](https://github.com/golang/go/milestone/212). Please use released versions as per the release page.
![testing](https://github.com/gorilla/sessions/actions/workflows/test.yml/badge.svg)
[![codecov](https://codecov.io/github/gorilla/sessions/branch/main/graph/badge.svg)](https://codecov.io/github/gorilla/sessions)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/gorilla/sessions

go 1.20
go 1.23

require github.com/gorilla/securecookie v1.1.2

0 comments on commit ff5660f

Please sign in to comment.