Skip to content

Commit 11fef98

Browse files
committed
compatibility with previous version of golangci-lint
1 parent 513e8d4 commit 11fef98

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/[email protected]
4142
with:

0 commit comments

Comments
 (0)