Skip to content

Commit 73b64a6

Browse files
authored
ci: set go version in golangci-lint workflow
setup-go defaults to go 1.15, which is too old.
1 parent 28edda0 commit 73b64a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/golangci-lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
15+
with:
16+
go-version: 1.16
1517
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
1618
- name: Lint with golangci-lint
1719
uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29

0 commit comments

Comments
 (0)