Skip to content

Commit

Permalink
build: update Go version to 1.19 in project dependencies
Browse files Browse the repository at this point in the history
- Update Go version requirement from `1.18` to `1.19` in `go.mod`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed May 5, 2024
1 parent a580e5b commit 7ac2f0c
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,6 +1,6 @@
module github.com/gin-contrib/sessions

go 1.18
go 1.19

require (
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
Expand Down

0 comments on commit 7ac2f0c

Please sign in to comment.