Skip to content

Commit 8ff78e1

Browse files
committed
chore: update Go version to 1.20 and adjust related configurations
- 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 <appleboy.tw@gmail.com>
1 parent ace1fd0 commit 8ff78e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
go: [1.19, "1.20", 1.21, 1.22, 1.23]
16+
go: ["1.20", 1.21, 1.22, 1.23]
1717
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1818
runs-on: ${{ matrix.os }}
1919

go.mod

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

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a

0 commit comments

Comments
 (0)