-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade golang and remove dingo (#17)
* TRAF-1451 - Provide homing-pigeon with a Pub/Sub ack service * Improve naming and format * Improve naming * Improve proto naming * Change ENV var in docker-compose * TRAF-1451 - Add ACK broker and remove dingo * update go mod * Remove ack broker client (example) * grpc.withinsecure is deprecated * Fix unhandled error * Remove services container * Skeleton to add new adapters * Rename broker address to broker port * Add ENV variables to choose between adapters * Broker middleware * Dummy implementation when no adatper is defined * feat: update Golang to 1.17 and remove Dingo * feat: update imports * feat: try to fix linter * revert changes in ci.yml * change ci steps order * revert ci.yaml * skip pkg cache * try to fix pipeline * revert skip pkg cache * upgrade golangci lint to v3 * upgrade action version * skipt build and pkg cache * update insecure packages * revert to golangci-lint v2 * update to go 1.19 * upgrade golangci-lint * revert to go 1.17 * use go 1.19 * try disabling package caching * fix lint errors * revert socket name
- Loading branch information
Showing
21 changed files
with
472 additions
and
1,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,5 @@ | |
*.out | ||
|
||
# Ignore generated files | ||
pkg/generatedServices | ||
bin | ||
sockets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.