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 cd03bdf commit 553cf16Copy full SHA for 553cf16
.github/workflows/golangci-lint.yml
@@ -13,8 +13,8 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-go@v3
15
with:
16
- go-version: 1.19
+ go-version: 1.20
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v3
19
20
- version: v1.50.1
+ version: v1.51.1
.github/workflows/test.yml
@@ -18,5 +18,5 @@ jobs:
21
22
- run: make test checklicense
0 commit comments