We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c8f98 commit 5ab4c8eCopy full SHA for 5ab4c8e
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- go-version: [1.17.x, 1.18.x, 1.19.x]
+ go-version: [1.18.x, 1.19.x, 1.20.x]
16
17
services:
18
postgres:
go.mod
@@ -1,6 +1,6 @@
1
module github.com/go-pg/pg/v10
2
3
-go 1.11
+go 1.18
4
5
require (
6
github.com/go-pg/zerochecker v0.2.0
0 commit comments