-
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.0 * Update go dependencies: * upgraded github.com/onsi/ginkgo/v2 v2.19.1 => v2.20.0 * upgraded golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 => v0.0.0-20240808152545-0cdaa3abc0fa * upgraded golang.org/x/sys v0.23.0 => v0.24.0 * Update go dependencies in examples/backend: * upgraded github.com/c2FmZQ/tlsproxy v0.10.3 => v0.10.4 * upgraded github.com/onsi/ginkgo/v2 v2.19.1 => v2.20.0 * upgraded golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 => v0.0.0-20240808152545-0cdaa3abc0fa * upgraded golang.org/x/sys v0.23.0 => v0.24.0 --------- Co-authored-by: rthellend <[email protected]> Co-authored-by: Robin Thellend <[email protected]>
- Loading branch information
1 parent
b9c9062
commit 474167b
Showing
8 changed files
with
41 additions
and
31 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.22.6 | ||
1.23.0 |
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.6-alpine3.20 AS build | ||
FROM golang:1.23.0-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
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