We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5197958 commit b405b32Copy full SHA for b405b32
.github/workflows/ci.yaml
@@ -2,9 +2,9 @@ name: Go
2
3
on:
4
push:
5
- branches: [ master ]
+ branches: [ master, go-1.20-upgrade ]
6
pull_request:
7
8
9
jobs:
10
@@ -13,10 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
go:
16
- - "1.17"
17
- - "1.18"
18
- - "1.19"
19
- "1.20"
+ - "1.21"
20
steps:
21
- uses: actions/checkout@v2
22
go.mod
@@ -1,6 +1,6 @@
1
module github.com/cockroachdb/errors
-go 1.17
+go 1.20
require (
github.com/cockroachdb/datadriven v1.0.2
0 commit comments