Skip to content

Commit

Permalink
chore: update Go version to 1.20 and adjust related configurations
Browse files Browse the repository at this point in the history
- Remove Go 1.19 from the GitHub Actions workflow
- Update Go version from 1.19 to 1.20 in `go.mod`

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Dec 26, 2024
1 parent ace1fd0 commit 8ff78e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.19, "1.20", 1.21, 1.22, 1.23]
go: ["1.20", 1.21, 1.22, 1.23]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}

Expand Down
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.19
go 1.20

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

0 comments on commit 8ff78e1

Please sign in to comment.