Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Nov 25, 2023
1 parent 67c41c6 commit 3a0b289
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 175 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ updates:
groups:
dev-dependencies:

Check failure on line 9 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Yamllint

9:8 [indentation] wrong indentation: expected 6 but found 7
patterns:

Check failure on line 10 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Yamllint

10:11 [indentation] wrong indentation: expected 9 but found 10
- "*"
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
dev-dependencies:

Check failure on line 17 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Yamllint

17:8 [indentation] wrong indentation: expected 6 but found 7
patterns:

Check failure on line 18 in .github/dependabot.yml

View workflow job for this annotation

GitHub Actions / Yamllint

18:11 [indentation] wrong indentation: expected 9 but found 10
- "*"
- "*"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.0'
go-version: '^1.20.0'
- run: go test -v ./... -covermode=atomic -coverprofile=coverage.out
- uses: codecov/codecov-action@v1
with:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/cifuzz.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/release.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/scorecards.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/trivy-scan.yaml

This file was deleted.

0 comments on commit 3a0b289

Please sign in to comment.