File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 # Build and push simple-container multi-arch image
152152 # ---------------------------------------------------------------
153153 - name : Build and push simple-container
154- uses : docker/build-push-action@v5
154+ uses : docker/build-push-action@v6
155155 with :
156156 context : . # Build context is the repo root
157157 file : ./docker/simple-container/Dockerfile # Path to the Dockerfile
@@ -182,7 +182,7 @@ jobs:
182182 # Build and push builder image
183183 # ---------------------------------------------------------------
184184 - name : Build and push builder image
185- uses : docker/build-push-action@v5
185+ uses : docker/build-push-action@v6
186186 with :
187187 context : . # Build context is the repo root
188188 file : ./docker/build.dockerfile # Path to the builder Dockerfile
@@ -197,7 +197,7 @@ jobs:
197197 # 9 — Upload binaries to the GitHub Release page
198198 # ---------------------------------------------------------------
199199 - name : Upload Release Assets (Binaries)
200- uses : softprops/action-gh-release@v1
200+ uses : softprops/action-gh-release@v2
201201 with :
202202 files : |
203203 dist/clab-api-server-linux-amd64
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/golang-jwt/jwt/v5 v5.2.2
99 github.com/joho/godotenv v1.5.1
1010 github.com/msteinert/pam v1.2.0
11- github.com/shirou/gopsutil/v4 v4.25.3
11+ github.com/shirou/gopsutil/v4 v4.25.4
1212 github.com/spf13/viper v1.20.1
1313 github.com/stretchr/testify v1.10.0
1414 github.com/swaggo/files v1.0.1
Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
122122github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
123123github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo =
124124github.com/sagikazarmark/locafero v0.7.0 /go.mod h1:2za3Cg5rMaTMoG/2Ulr9AwtFaIppKXTRYnozin4aB5k =
125- github.com/shirou/gopsutil/v4 v4.25.3 h1:SeA68lsu8gLggyMbmCn8cmp97V1TI9ld9sVzAUcKcKE =
126- github.com/shirou/gopsutil/v4 v4.25.3 /go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA =
125+ github.com/shirou/gopsutil/v4 v4.25.4 h1:cdtFO363VEOOFrUCjZRh4XVJkb548lyF0q0uTeMqYPw =
126+ github.com/shirou/gopsutil/v4 v4.25.4 /go.mod h1:xbuxyoZj+UsgnZrENu3lQivsngRR5BdjbJwf2fv4szA =
127127github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo =
128128github.com/sourcegraph/conc v0.3.0 /go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0 =
129129github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs =
You can’t perform that action at this time.
0 commit comments