-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update go: 1.23.4 * Update go dependencies: * upgraded github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 => v0.0.0-20241203143554-1e3fdc7de467 * upgraded github.com/onsi/ginkgo/v2 v2.21.0 => v2.22.0 * upgraded github.com/quic-go/quic-go v0.48.1 => v0.48.2 * Update go dependencies in examples/backend: * upgraded github.com/c2FmZQ/tlsproxy v0.11.1 => v0.13.1 * upgraded github.com/google/pprof v0.0.0-20241101162523-b92577c0c142 => v0.0.0-20241203143554-1e3fdc7de467 * upgraded github.com/onsi/ginkgo/v2 v2.21.0 => v2.22.0 * upgraded github.com/quic-go/quic-go v0.48.1 => v0.48.2 --------- Co-authored-by: rthellend <[email protected]> Co-authored-by: Robin Thellend <[email protected]>
- Loading branch information
1 parent
442697e
commit 48ac33e
Showing
7 changed files
with
36 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.23.3 | ||
1.23.4 |
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.23.3-alpine3.20 AS build | ||
FROM golang:1.23.4-alpine3.20 AS build | ||
MAINTAINER [email protected] | ||
RUN apk update && apk upgrade | ||
RUN apk add ca-certificates bluefish | ||
|
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