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.
2 parents b5e708c + 5a7e74b commit e5df259Copy full SHA for e5df259
.github/workflows/ci.yml
@@ -19,15 +19,15 @@ on:
19
push:
20
tags:
21
- v*
22
- branches:
23
- - main
+ branches: [main]
24
pull_request:
25
26
jobs:
27
build:
28
strategy:
29
matrix:
30
- go-version: [1.19.x, 1.20.x]
+ go-version: [1.21.x, 1.22.x]
31
os: [macos-latest, ubuntu-latest]
32
33
name: Build/Test (${{ matrix.os}}, Go ${{ matrix.go-version }})
@@ -61,7 +61,7 @@ jobs:
61
lint:
62
63
64
- go-version: [1.19.x]
+ go-version: [1.21.x]
65
os: [ubuntu-latest]
66
67
name: Lint ${{ matrix.dir }} (${{ matrix.os }}, Go ${{ matrix.go-version }})
@@ -93,7 +93,7 @@ jobs:
93
lintc:
94
95
96
97
98
99
name: Lint CGO (${{ matrix.os}}, Go ${{ matrix.go-version }})
0 commit comments