We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28edda0 commit 73b64a6Copy full SHA for 73b64a6
.github/workflows/golangci-lint.yaml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
15
+ with:
16
+ go-version: 1.16
17
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
18
- name: Lint with golangci-lint
19
uses: golangci/golangci-lint-action@b517f99ae23d86ecc4c0dec08dcf48d2336abc29
0 commit comments