mirror of
https://github.com/Valkyrie00/bold-brew.git
synced 2026-03-14 14:25:53 +01:00
feat: io service refactoring (#18)
* refactored io legend and handler * implmented dedicated IOService * refactored and fixed io service * fixed quality issues * fix general and copilot issues
This commit is contained in:
parent
672d3982fd
commit
f514bc3a30
10 changed files with 207 additions and 125 deletions
4
.github/workflows/quality.yml
vendored
4
.github/workflows/quality.yml
vendored
|
|
@ -18,9 +18,9 @@ jobs:
|
|||
with:
|
||||
go-version: stable
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
version: v1.63.4
|
||||
version: v2.1
|
||||
skip-cache: true
|
||||
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue