Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit 0dfae47

Browse files
authored
Fix passing go-version to setup-go action (#11)
1 parent 7365077 commit 0dfae47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: lint
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/setup-go@v2
1716
- uses: actions/checkout@v2
17+
- uses: actions/setup-go@v2
1818
with:
1919
go-version: 1.17.x
2020
- name: golangci-lint

0 commit comments

Comments
 (0)