Skip to content

Commit aa831a2

Browse files
committed
Attempt to fix golangci linter action, use older Go version
1 parent f83921c commit aa831a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Set up Go
99
uses: actions/setup-go@v3
1010
with:
11-
go-version: '1.18'
11+
go-version: '1.17.8'
1212
check-latest: false
1313
- uses: actions/checkout@v2
1414
- name: golangci-lint

0 commit comments

Comments
 (0)