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 6cfa5f5 commit 7c5f113Copy full SHA for 7c5f113
.github/workflows/golangci-lint.yml
@@ -26,16 +26,11 @@ jobs:
26
GOOS: ${{ matrix.GOOS }}
27
run: echo Go GOOS=$GOOS
28
29
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
30
31
- # Uses Go version from the repository.
32
- - name: Read .go-version file
33
- id: goversion
34
- run: echo "::set-output name=version::$(cat .go-version)"
35
-
36
- - uses: actions/setup-go@v2
+ - uses: actions/setup-go@v3
37
with:
38
- go-version: "${{ steps.goversion.outputs.version }}"
+ go-version-file: .go-version
39
40
- name: golangci-lint
41
env:
0 commit comments