Skip to content

Commit 3777133

Browse files
authored
Update go, go-getter, and troubleshoot (#2720)
* Update go to 1.24.6 * Update go-getter to v1.7.9 * Update troubleshoot to v0.121.3 * Update dagger to v0.18.16 and Go submodule to 1.24.6 * Re-add Go patch versions to Dockerfiles
1 parent f40ef70 commit 3777133

File tree

10 files changed

+33
-37
lines changed

10 files changed

+33
-37
lines changed

dagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embedded-cluster",
3-
"engineVersion": "v0.18.12",
3+
"engineVersion": "v0.18.16",
44
"sdk": {
55
"source": "go"
66
},

dagger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module dagger/embedded-cluster
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/99designs/gqlgen v0.17.75

dev/dockerfiles/local-artifact-mirror/Dockerfile.ttlsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4 AS build
1+
FROM golang:1.24.6 AS build
22

33
WORKDIR /app
44

dev/dockerfiles/operator/Dockerfile.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4-alpine AS build
1+
FROM golang:1.24.6-alpine AS build
22

33
RUN apk add --no-cache ca-certificates curl git make bash
44

dev/dockerfiles/operator/Dockerfile.ttlsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4 AS build
1+
FROM golang:1.24.6 AS build
22

33
WORKDIR /app
44

go.mod

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/embedded-cluster
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
@@ -34,7 +34,7 @@ require (
3434
github.com/replicatedhq/embedded-cluster/kinds v0.0.0
3535
github.com/replicatedhq/embedded-cluster/utils v0.0.0
3636
github.com/replicatedhq/kotskinds v0.0.0-20250609144916-baa60600998c
37-
github.com/replicatedhq/troubleshoot v0.121.2
37+
github.com/replicatedhq/troubleshoot v0.121.3
3838
github.com/sirupsen/logrus v1.9.3
3939
github.com/spf13/cobra v1.9.1
4040
github.com/spf13/viper v1.20.1
@@ -113,7 +113,7 @@ require (
113113
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
114114
github.com/blang/semver/v4 v4.0.0 // indirect
115115
github.com/c9s/goprocinfo v0.0.0-20170724085704-0010a05ce49f // indirect
116-
github.com/casbin/govaluate v1.8.0 // indirect
116+
github.com/casbin/govaluate v1.9.0 // indirect
117117
github.com/cespare/xxhash/v2 v2.3.0 // indirect
118118
github.com/chai2010/gettext-go v1.0.2 // indirect
119119
github.com/chzyer/readline v1.5.1 // indirect
@@ -158,7 +158,7 @@ require (
158158
github.com/go-redis/redis/v7 v7.4.1 // indirect
159159
github.com/go-sql-driver/mysql v1.9.3 // indirect
160160
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
161-
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
161+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
162162
github.com/gobwas/glob v0.2.3 // indirect
163163
github.com/godbus/dbus/v5 v5.1.0 // indirect
164164
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
@@ -179,7 +179,7 @@ require (
179179
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
180180
github.com/hashicorp/errwrap v1.1.0 // indirect
181181
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
182-
github.com/hashicorp/go-getter v1.7.8 // indirect
182+
github.com/hashicorp/go-getter v1.7.9 // indirect
183183
github.com/hashicorp/go-multierror v1.1.1 // indirect
184184
github.com/hashicorp/go-safetemp v1.0.0 // indirect
185185
github.com/hashicorp/golang-lru/arc/v2 v2.0.7 // indirect
@@ -204,11 +204,10 @@ require (
204204
github.com/manifoldco/promptui v0.9.0 // indirect
205205
github.com/mattn/go-sqlite3 v1.14.28 // indirect
206206
github.com/microsoft/go-mssqldb v1.9.2 // indirect
207-
github.com/miekg/dns v1.1.67 // indirect
207+
github.com/miekg/dns v1.1.68 // indirect
208208
github.com/miekg/pkcs11 v1.1.1 // indirect
209209
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
210210
github.com/mitchellh/go-homedir v1.1.0 // indirect
211-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
212211
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
213212
github.com/moby/docker-image-spec v1.3.1 // indirect
214213
github.com/moby/locker v1.0.1 // indirect
@@ -239,7 +238,7 @@ require (
239238
github.com/secure-systems-lab/go-securesystemslib v0.9.0 // indirect
240239
github.com/segmentio/ksuid v1.0.4 // indirect
241240
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
242-
github.com/shirou/gopsutil/v4 v4.25.6 // indirect
241+
github.com/shirou/gopsutil/v4 v4.25.7 // indirect
243242
github.com/shopspring/decimal v1.4.0 // indirect
244243
github.com/sigstore/fulcio v1.6.6 // indirect
245244
github.com/sigstore/protobuf-specs v0.4.1 // indirect
@@ -258,8 +257,8 @@ require (
258257
github.com/sylabs/sif/v2 v2.21.1 // indirect
259258
github.com/tchap/go-patricia/v2 v2.3.3 // indirect
260259
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
261-
github.com/tklauser/go-sysconf v0.3.12 // indirect
262-
github.com/tklauser/numcpus v0.6.1 // indirect
260+
github.com/tklauser/go-sysconf v0.3.15 // indirect
261+
github.com/tklauser/numcpus v0.10.0 // indirect
263262
github.com/ulikunitz/xz v0.5.12 // indirect
264263
github.com/vbatts/tar-split v0.12.1 // indirect
265264
github.com/vbauerster/mpb/v8 v8.10.2 // indirect

go.sum

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ github.com/c9s/goprocinfo v0.0.0-20170724085704-0010a05ce49f h1:tRk+aBit+q3oqnj/
759759
github.com/c9s/goprocinfo v0.0.0-20170724085704-0010a05ce49f/go.mod h1:uEyr4WpAH4hio6LFriaPkL938XnrvLpNPmQHBdrmbIE=
760760
github.com/canonical/lxd v0.0.0-20241030172432-dee0d04b56ee h1:G/EpiDA/sOm+TzWPp8yLFdZWoWNuj5tNWk0Xh0Vjk1c=
761761
github.com/canonical/lxd v0.0.0-20241030172432-dee0d04b56ee/go.mod h1:kjAfnR/xUNZOYAQPjN/hcCLMT4Wi47dDXLnJ8z266vE=
762-
github.com/casbin/govaluate v1.8.0 h1:1dUaV/I0LFP2tcY1uNQEb6wBCbp8GMTcC/zhwQDWvZo=
763-
github.com/casbin/govaluate v1.8.0/go.mod h1:G/UnbIjZk/0uMNaLwZZmFQrR72tYRZWQkO70si/iR7A=
762+
github.com/casbin/govaluate v1.9.0 h1:XB53bSw+gaQ7tjTlFJsuTThPCQBxyUeQZ3drsKiicEY=
763+
github.com/casbin/govaluate v1.9.0/go.mod h1:G/UnbIjZk/0uMNaLwZZmFQrR72tYRZWQkO70si/iR7A=
764764
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
765765
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
766766
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
@@ -983,8 +983,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
983983
github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8=
984984
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
985985
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
986-
github.com/go-viper/mapstructure/v2 v2.3.0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk=
987-
github.com/go-viper/mapstructure/v2 v2.3.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
986+
github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs=
987+
github.com/go-viper/mapstructure/v2 v2.4.0/go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM=
988988
github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
989989
github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8=
990990
github.com/goccy/go-json v0.9.11/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGFi0w8I=
@@ -1160,8 +1160,8 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
11601160
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
11611161
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
11621162
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
1163-
github.com/hashicorp/go-getter v1.7.8 h1:mshVHx1Fto0/MydBekWan5zUipGq7jO0novchgMmSiY=
1164-
github.com/hashicorp/go-getter v1.7.8/go.mod h1:2c6CboOEb9jG6YvmC9xdD+tyAFsrUaJPedwXDGr0TM4=
1163+
github.com/hashicorp/go-getter v1.7.9 h1:G9gcjrDixz7glqJ+ll5IWvggSBR+R0B54DSRt4qfdC4=
1164+
github.com/hashicorp/go-getter v1.7.9/go.mod h1:dyFCmT1AQkDfOIt9NH8pw9XBDqNrIKJT5ylbpi7zPNE=
11651165
github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=
11661166
github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM=
11671167
github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=
@@ -1303,8 +1303,8 @@ github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQ
13031303
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE=
13041304
github.com/microsoft/go-mssqldb v1.9.2 h1:nY8TmFMQOHpm2qVWo6y4I2mAmVdZqlGiMGAYt64Ibbs=
13051305
github.com/microsoft/go-mssqldb v1.9.2/go.mod h1:GBbW9ASTiDC+mpgWDGKdm3FnFLTUsLYN3iFL90lQ+PA=
1306-
github.com/miekg/dns v1.1.67 h1:kg0EHj0G4bfT5/oOys6HhZw4vmMlnoZ+gDu8tJ/AlI0=
1307-
github.com/miekg/dns v1.1.67/go.mod h1:fujopn7TB3Pu3JM69XaawiU0wqjpL9/8xGop5UrTPps=
1306+
github.com/miekg/dns v1.1.68 h1:jsSRkNozw7G/mnmXULynzMNIsgY2dHC8LO6U6Ij2JEA=
1307+
github.com/miekg/dns v1.1.68/go.mod h1:fujopn7TB3Pu3JM69XaawiU0wqjpL9/8xGop5UrTPps=
13081308
github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU=
13091309
github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs=
13101310
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8/go.mod h1:mC1jAcsrzbxHt8iiaC+zU4b1ylILSosueou12R++wfY=
@@ -1315,8 +1315,6 @@ github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa1
13151315
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
13161316
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
13171317
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
1318-
github.com/mitchellh/go-testing-interface v1.14.1 h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=
1319-
github.com/mitchellh/go-testing-interface v1.14.1/go.mod h1:gfgS7OtZj6MA4U1UrDRp04twqAjfvlZyCfX3sDjEym8=
13201318
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=
13211319
github.com/mitchellh/go-wordwrap v1.0.1/go.mod h1:R62XHJLzvMFRBbcrT7m7WgmE1eOyTSsCt+hzestvNj0=
13221320
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=
@@ -1458,8 +1456,8 @@ github.com/redis/go-redis/v9 v9.7.3/go.mod h1:bGUrSggJ9X9GUmZpZNEOQKaANxSGgOEBRl
14581456
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
14591457
github.com/replicatedhq/kotskinds v0.0.0-20250609144916-baa60600998c h1:lnCL/wYi2BFTnxOP/lmo9WJwVPG3fk/plgJ/9NrMFw4=
14601458
github.com/replicatedhq/kotskinds v0.0.0-20250609144916-baa60600998c/go.mod h1:QjhIUu3+OmHZ09u09j3FCoTt8F3BYtQglS+OLmftu9I=
1461-
github.com/replicatedhq/troubleshoot v0.121.2 h1:B1FMuPS4opyYmtht1e544tUGe7gu4EbsotDp9AGPvrs=
1462-
github.com/replicatedhq/troubleshoot v0.121.2/go.mod h1:bqtzIYtqavduEnwmJsVV74ds5mOrjyInKJDAQ9vcU6k=
1459+
github.com/replicatedhq/troubleshoot v0.121.3 h1:WtWADowYlHOkz6jzDKLh/LuHnouOlF9oS6S0mi1HHT4=
1460+
github.com/replicatedhq/troubleshoot v0.121.3/go.mod h1:HhXvCXYglsS4qeQwxh9GHb2q6ho3JzleEmaiCQOwPZA=
14631461
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
14641462
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
14651463
github.com/rivo/uniseg v0.4.7/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
@@ -1489,8 +1487,8 @@ github.com/segmentio/ksuid v1.0.4 h1:sBo2BdShXjmcugAMwjugoGUdUV0pcxY5mW4xKRn3v4c
14891487
github.com/segmentio/ksuid v1.0.4/go.mod h1:/XUiZBD3kVx5SmUOl55voK5yeAbBNNIed+2O73XgrPE=
14901488
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 h1:n661drycOFuPLCN3Uc8sB6B/s6Z4t2xvBgU1htSHuq8=
14911489
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3/go.mod h1:A0bzQcvG0E7Rwjx0REVgAGH58e96+X0MeOfepqsbeW4=
1492-
github.com/shirou/gopsutil/v4 v4.25.6 h1:kLysI2JsKorfaFPcYmcJqbzROzsBWEOAtw6A7dIfqXs=
1493-
github.com/shirou/gopsutil/v4 v4.25.6/go.mod h1:PfybzyydfZcN+JMMjkF6Zb8Mq1A/VcogFFg7hj50W9c=
1490+
github.com/shirou/gopsutil/v4 v4.25.7 h1:bNb2JuqKuAu3tRlPv5piSmBZyMfecwQ+t/ILq+1JqVM=
1491+
github.com/shirou/gopsutil/v4 v4.25.7/go.mod h1:XV/egmwJtd3ZQjBpJVY5kndsiOO4IRqy9TQnmm6VP7U=
14941492
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
14951493
github.com/shopspring/decimal v1.4.0/go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME=
14961494
github.com/sigstore/fulcio v1.6.6 h1:XaMYX6TNT+8n7Npe8D94nyZ7/ERjEsNGFC+REdi/wzw=
@@ -1564,10 +1562,10 @@ github.com/tiendc/go-deepcopy v1.6.1 h1:uVRTItFeNHkMcLueHS7OCsxgxT9P8MzGB/taUa2Y
15641562
github.com/tiendc/go-deepcopy v1.6.1/go.mod h1:toXoeQoUqXOOS/X4sKuiAoSk6elIdqc0pN7MTgOOo2I=
15651563
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 h1:e/5i7d4oYZ+C1wj2THlRK+oAhjeS/TRQwMfkIuet3w0=
15661564
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399/go.mod h1:LdwHTNJT99C5fTAzDz0ud328OgXz+gierycbcIx2fRs=
1567-
github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFAEVmqU=
1568-
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
1569-
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
1570-
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
1565+
github.com/tklauser/go-sysconf v0.3.15 h1:VE89k0criAymJ/Os65CSn1IXaol+1wrsFHEB8Ol49K4=
1566+
github.com/tklauser/go-sysconf v0.3.15/go.mod h1:Dmjwr6tYFIseJw7a3dRLJfsHAMXZ3nEnL/aZY+0IuI4=
1567+
github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfjso=
1568+
github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ=
15711569
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
15721570
github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
15731571
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
@@ -1987,7 +1985,6 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19871985
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19881986
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19891987
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1990-
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19911988
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
19921989
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
19931990
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

kinds/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/embedded-cluster/kinds
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require (
66
github.com/google/uuid v1.6.0

tests/dryrun/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.4-alpine AS build
1+
FROM golang:1.24.6-alpine AS build
22

33
RUN apk add --no-cache ca-certificates curl git make bash
44

utils/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/replicatedhq/embedded-cluster/utils
22

3-
go 1.24.4
3+
go 1.24.6
44

55
require github.com/stretchr/testify v1.10.0
66

0 commit comments

Comments
 (0)