Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove ancient docker integration in misc #3172

Merged
merged 3 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ on:
jobs:
main:
strategy:
fail-fast: false
matrix:
# fixed list because we have some non go programs on that misc folder
program:
- autocounterd
# - devdeps
- docker-integration
- genproto
- genstd
- goscan
- loop
fail-fast: false
matrix:
# fixed list because we have some non go programs on that misc folder
program:
- autocounterd
- genproto
- genstd
- goscan
- loop
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ require (
golang.org/x/term v0.23.0
golang.org/x/tools v0.24.0
google.golang.org/protobuf v1.35.1
gopkg.in/yaml.v3 v3.0.1
)

require (
Expand All @@ -69,4 +68,5 @@ require (
google.golang.org/genproto/googleapis/api v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240822170219-fc7c04adadcd // indirect
google.golang.org/grpc v1.65.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
25 changes: 0 additions & 25 deletions misc/docker-compose/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions misc/docker-integration/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions misc/docker-integration/README.md

This file was deleted.

1 change: 0 additions & 1 deletion misc/docker-integration/integration.go

This file was deleted.

191 changes: 0 additions & 191 deletions misc/docker-integration/integration_test.go

This file was deleted.

Loading