-
Notifications
You must be signed in to change notification settings - Fork 11
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
Fix load creds #52
Fix load creds #52
Conversation
Signed-off-by: David Wertenteil <dwertent@armosec.io>
PR Description updated to latest commit (c268058) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code SuggestionsNo code suggestions found for PR. |
Signed-off-by: David Wertenteil <dwertent@armosec.io>
Summary:
|
Type
enhancement, dependencies
Description
This PR focuses on upgrading the Go version and updating various dependencies to their newer versions. Significant changes include:
github.com/armosec/armoapi-go
,github.com/gorilla/websocket
, andgo.opentelemetry.io/otel
.Changes walkthrough
go.mod
Upgrade Go version and update dependencies
go.mod
github.com/armosec/armoapi-go
,github.com/gorilla/websocket
,go.opentelemetry.io/otel
, andk8s.io/api
among others.
github.com/cenkalti/backoff
,github.com/sagikazarmark/locafero
, andgo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
.