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 880dad1 commit 3891e9eCopy full SHA for 3891e9e
.github/workflows/golangci-lint.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- uses: actions/setup-go@v3
30
with:
31
- go-version: 1.17.1
+ go-version-file: .go-version
32
33
# Runs a set of commands using the runners shell
34
- name: golangci-lint
.github/workflows/workflow-lint.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
13
14
- go-version-file: 1.18.1
+ go-version: 1.18.1
15
- name: install actionlint
16
run: cd .ci/tools && go install github.com/rhysd/actionlint/cmd/actionlint
17
- name: actionlint
0 commit comments