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 88b8deb + 12b653d commit cb7ae92Copy full SHA for cb7ae92
.github/workflows/build-pr.yml
@@ -11,7 +11,7 @@ jobs:
11
12
strategy:
13
matrix:
14
- go: [1.19.x, 1.20.x]
+ go: [1.21.x, 1.22.x]
15
16
steps:
17
- name: checkout source code
@@ -32,7 +32,7 @@ jobs:
32
- name: run golangci-lint
33
uses: golangci/golangci-lint-action@v4
34
with:
35
- version: v1.51.2
+ version: v1.56.1
36
args: --verbose
37
38
- name: run tests
.github/workflows/build.yml
0 commit comments