Skip to content

Commit 1f417af

Browse files
authored
Merge pull request #11 from srl-labs/bump_versions
Update Docker actions to latest versions in release workflow and bump…
2 parents e117a9b + 8b7a476 commit 1f417af

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
122122
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
123123
github.com/sagikazarmark/locafero v0.7.0 h1:5MqpDsTGNDhY8sGp0Aowyf0qKsPrhewaLSsFaodPcyo=
124124
github.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=
127127
github.com/sourcegraph/conc v0.3.0 h1:OQTbbt6P72L20UqAkXXuLOj79LfEanQ+YQFNpLA9ySo=
128128
github.com/sourcegraph/conc v0.3.0/go.mod h1:Sdozi7LEKbFPqYX2/J+iBAM6HpqSLTASQIKqDmF7Mt0=
129129
github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=

0 commit comments

Comments
 (0)