Skip to content

Commit

Permalink
remove httpRouter from workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ujstor committed Feb 2, 2025
1 parent 1396b0f commit 874853c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-linter-advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
blueprint_matrix:
strategy:
matrix:
backend: [chi, gin, fiber, gorilla/mux, httprouter, standard-library, echo]
backend: [chi, gin, fiber, gorilla/mux, standard-library, echo]
driver: [postgres]
git: [commit]
advanced: [githubaction, websocket, docker]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-linter-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
blueprint_matrix:
strategy:
matrix:
backend: [chi, gin, fiber, gorilla/mux, httprouter, standard-library, echo]
backend: [chi, gin, fiber, gorilla/mux, standard-library, echo]
driver: [mysql, postgres, sqlite, mongo, redis, scylla, none]
git: [commit, stage, skip]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-linter-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
blueprint_matrix:
strategy:
matrix:
backend: [chi, gin, fiber, gorilla/mux, httprouter, standard-library, echo]
backend: [chi, gin, fiber, gorilla/mux, standard-library, echo]
driver: [postgres]
git: [commit]
advanced: [docker]
Expand Down

0 comments on commit 874853c

Please sign in to comment.