Skip to content

Commit b405b32

Browse files
committed
upgrade go.mod to go 1.20
1 parent 5197958 commit b405b32

File tree

3 files changed

+4
-1635
lines changed

3 files changed

+4
-1635
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, go-1.20-upgrade ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ master, go-1.20-upgrade ]
88

99
jobs:
1010

@@ -13,10 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
go:
16-
- "1.17"
17-
- "1.18"
18-
- "1.19"
1916
- "1.20"
17+
- "1.21"
2018
steps:
2119
- uses: actions/checkout@v2
2220

go.mod

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

3-
go 1.17
3+
go 1.20
44

55
require (
66
github.com/cockroachdb/datadriven v1.0.2

0 commit comments

Comments
 (0)