File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29
29
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
30
30
with :
31
- go-version : ' ^1.22 .4' # The Go version to download (if necessary) and use.
31
+ go-version : ' ^1.24 .4' # The Go version to download (if necessary) and use.
32
32
- name : Install Build Dependencies
33
33
run : make get-build-deps
34
34
- name : Download required modules
Original file line number Diff line number Diff line change 2
2
#
3
3
# docker run --rm -it --net host bitnami/wait-for-port
4
4
#
5
- FROM golang:1.22-bullseye as build
5
+ FROM golang:1.24-bookworm as build
6
6
7
7
RUN apt-get update && apt-get install -y --no-install-recommends \
8
8
git make upx \
@@ -17,7 +17,7 @@ RUN make
17
17
18
18
RUN upx --ultra-brute out/wait-for-port
19
19
20
- FROM bitnami/minideb:bullseye
20
+ FROM bitnami/minideb:bookworm
21
21
22
22
COPY --from=build /go/src/app/out/wait-for-port /usr/local/bin/
23
23
Original file line number Diff line number Diff line change 1
1
module github.com/bitnami/wait-for-port
2
2
3
- go 1.22
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/jessevdk/go-flags v1.6.1
@@ -11,6 +11,6 @@ require (
11
11
require (
12
12
github.com/davecgh/go-spew v1.1.1 // indirect
13
13
github.com/pmezard/go-difflib v1.0.0 // indirect
14
- golang.org/x/sys v0.21 .0 // indirect
14
+ golang.org/x/sys v0.33 .0 // indirect
15
15
gopkg.in/yaml.v3 v3.0.1 // indirect
16
16
)
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
12
12
github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
13
13
github.com/stretchr/testify v1.7.5 h1:s5PTfem8p8EbKQOctVV53k6jCJt3UX4IEJzwh+C324Q =
14
14
github.com/stretchr/testify v1.7.5 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
15
- golang.org/x/sys v0.21 .0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws =
16
- golang.org/x/sys v0.21 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
15
+ golang.org/x/sys v0.33 .0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw =
16
+ golang.org/x/sys v0.33 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
17
17
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
18
18
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
19
19
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments