Skip to content

Commit dc09c44

Browse files
authored
Merge pull request #148 from rimadeodhar/update_cgo_latest
Update cockroach-go version to v2.2.13
2 parents 7c583f8 + 70d2ecc commit dc09c44

File tree

3 files changed

+76
-59
lines changed

3 files changed

+76
-59
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
name: lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
20+
with:
21+
go-version: 1.17
2022
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@v2
23+
uses: golangci/golangci-lint-action@v3
2224
with:
2325
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
24-
version: v1.29
26+
version: v1.46.2

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ module github.com/cockroachdb/examples-orms
33
go 1.13
44

55
require (
6-
github.com/cockroachdb/cockroach-go/v2 v2.2.4
6+
github.com/cockroachdb/cockroach-go/v2 v2.2.13
77
github.com/go-pg/pg/v10 v10.9.0
88
github.com/julienschmidt/httprouter v1.1.0
9-
github.com/lib/pq v1.10.0
9+
github.com/lib/pq v1.10.6
1010
github.com/pkg/errors v0.9.1
11-
gorm.io/driver/postgres v1.0.8
12-
gorm.io/gorm v1.21.6
11+
gopkg.in/yaml.v2 v2.4.0 // indirect
12+
gorm.io/driver/postgres v1.3.5
13+
gorm.io/gorm v1.23.5
1314
)

0 commit comments

Comments
 (0)