Refactor entire project #16

Merged
tom merged 26 commits from make_linters_happy into main 2024-12-07 01:44:19 +01:00
Showing only changes of commit 30ee41171a - Show all commits

View file

@ -13,7 +13,7 @@ steps:
when:
- event: push
- name: golangci-linter
image: golangci/golangci-lint:v1.59.1
image: golangci/golangci-lint:v1.62.2
commands:
- golangci-lint run ./...
when: