Skip to content

Commit a1591ee

Browse files
committed
linter fixes
1 parent a588579 commit a1591ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Lint
2222
uses: golangci/golangci-lint-action@v8
2323
with:
24-
version: v2.12.x
24+
version: v2.12
2525

2626
- name: Test
2727
run: go test -race -covermode atomic -coverprofile=coverage.txt -v ./...

0 commit comments

Comments
 (0)