We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ddf3bd commit 789c22dCopy full SHA for 789c22d
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
with:
36
version: ${{ env.GOLANGCI_LINT_VERSION }}
37
args: --timeout 5m
38
+ working-directory: .
39
40
- name: Check code formatting
41
run: |
@@ -49,7 +50,7 @@ jobs:
49
50
runs-on: ubuntu-latest
51
strategy:
52
matrix:
- go-version: ["1.20", "1.21"]
53
+ go-version: ["1.21"]
54
steps:
55
- name: Checkout code
56
uses: actions/checkout@v4
0 commit comments