-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade deps and deal with deprecations (#690)
1. Upgrade to Go 1.23 2. Move off old gRPC API 3. Fix contexts and enable `passthrough` in gRPC for testing 4. Downgrade go's gRPC library until there's more time to address an ALPN + HTTP/2 issue
- Loading branch information
1 parent
6f18ca0
commit 9fde944
Showing
16 changed files
with
217 additions
and
194 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM golang:1.22-bookworm | ||
FROM golang:1.23-bookworm | ||
|
||
LABEL org.opencontainers.image.authors="StatefulHQ <[email protected]>" | ||
LABEL org.opencontainers.image.source="https://github.com/stateful/runme" | ||
|
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.