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 3c5f34d commit d1aec13Copy full SHA for d1aec13
.github/workflows/golangci-lint.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-go@v3
15
with:
16
- go-version: 1.20
+ go-version: "1.20"
17
- name: golangci-lint
18
uses: golangci/golangci-lint-action@v3
19
.github/workflows/test.yml
@@ -18,5 +18,5 @@ jobs:
20
21
+ go-version: '1.20'
22
- run: make test check-license
0 commit comments