feat(): also handle deletes
Some checks failed
Build and Test / Test (push) Failing after 3m48s
Build and Test / Build_Image_arm64 (push) Successful in 2m10s
Build and Test / Build_Image_amd64 (push) Has been cancelled

This commit is contained in:
2026-01-20 22:39:59 +01:00
parent a0593f7873
commit 5baad567ab
3 changed files with 42 additions and 9 deletions

View File

@@ -24,9 +24,9 @@ jobs:
with:
go-version: '1.25.x'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
uses: golangci/golangci-lint-action@v9
with:
version: v2.1
version: latest
- name: Test with the Go CLI
run: go test ./... -v
- name: Run Gosec Security Scanner