Skip to content

Commit 789c22d

Browse files
committed
fix: Attempting to fix
1 parent 5ddf3bd commit 789c22d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
version: ${{ env.GOLANGCI_LINT_VERSION }}
3737
args: --timeout 5m
38+
working-directory: .
3839

3940
- name: Check code formatting
4041
run: |
@@ -49,7 +50,7 @@ jobs:
4950
runs-on: ubuntu-latest
5051
strategy:
5152
matrix:
52-
go-version: ["1.20", "1.21"]
53+
go-version: ["1.21"]
5354
steps:
5455
- name: Checkout code
5556
uses: actions/checkout@v4

0 commit comments

Comments
 (0)