Skip to content

Commit b37c6e2

Browse files
committed
compatibility with previous version of golangci-lint
1 parent 36f9467 commit b37c6e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
uses: actions/setup-go@v3
3636
with:
3737
stable: 'false' # Keep this line to be able to use rc and beta version of Go (ex: 1.18.0-rc.1).
38-
go-version: ${{ env.GO_VERSION }}
38+
# go-version: ${{ env.GO_VERSION }}
39+
go-version: 1.18
3940
- name: lint
4041
uses: golangci/golangci-lint-action@v3.2.0
4142
with:

0 commit comments

Comments
 (0)