Skip to content

Commit 5ab4c8e

Browse files
committed
chore: Moving to a newer version of go
1 parent 96c8f98 commit 5ab4c8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: [1.17.x, 1.18.x, 1.19.x]
15+
go-version: [1.18.x, 1.19.x, 1.20.x]
1616

1717
services:
1818
postgres:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/go-pg/pg/v10
22

3-
go 1.11
3+
go 1.18
44

55
require (
66
github.com/go-pg/zerochecker v0.2.0

0 commit comments

Comments
 (0)