Skip to content

Commit aa80d43

Browse files
committed
[ci] upgrade dagger
1 parent 2ad3106 commit aa80d43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "!main"
77
jobs:
88
build-all:
9-
runs-on: depot-ubuntu-22.04-16,dagger=0.14.0
9+
runs-on: depot-ubuntu-22.04-16,dagger=0.15.4
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Setup Go

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
jobs:
77
build-all:
8-
runs-on: depot-ubuntu-22.04-16,dagger=0.14.0
8+
runs-on: depot-ubuntu-22.04-16,dagger=0.15.4
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Setup Go

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- v**
77
jobs:
88
release-all:
9-
runs-on: depot-ubuntu-22.04-16,dagger=0.14.0
9+
runs-on: depot-ubuntu-22.04-16,dagger=0.15.4
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Setup Go

0 commit comments

Comments
 (0)