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 6b4294b commit 310541fCopy full SHA for 310541f
.github/workflows/golangci-lint.yml
@@ -15,16 +15,11 @@ jobs:
15
name: lint
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
20
- # Uses Go version from the repository.
21
- - name: Read .go-version file
22
- id: goversion
23
- run: echo "::set-output name=version::$(cat .go-version)"
24
-
25
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v3
26
with:
27
- go-version: "${{ steps.goversion.outputs.version }}"
+ go-version-file: .go-version
28
29
- name: golangci-lint
30
uses: golangci/golangci-lint-action@v2
0 commit comments