Skip to content

Commit c3d7837

Browse files
committed
chore(dagger): bump to 0.18.5
Note that 0.18.6 fixes a param validation bug that allows golangci-lint to work. Until either golangci-lint changes its params or dagger provides a way to specify conflicting params, newer versions cannot be used. Check those issues for details: sagikazarmark/daggerverse#64 dagger/dagger#7032 Signed-off-by: Szymon Soloch <[email protected]>
1 parent a0b47ae commit c3d7837

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Dagger
4040
env:
4141
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
42-
DAGGER_VERSION: 0.16.1
42+
DAGGER_VERSION: 0.18.5
4343
run: |
4444
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
4545
- name: Run CI task

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dagger
2323
env:
2424
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
25-
DAGGER_VERSION: 0.16.1
25+
DAGGER_VERSION: 0.18.5
2626
run: |
2727
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2828
- name: Create image and manifest

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Dagger
1515
env:
1616
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
17-
DAGGER_VERSION: 0.16.1
17+
DAGGER_VERSION: 0.18.5
1818
run: |
1919
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2020
- name: Create image and manifest

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ tasks:
147147
- start-build-network
148148
vars:
149149
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
150-
DAGGER_VERSION: 0.16.1
150+
DAGGER_VERSION: 0.18.5
151151
DAGGER_ENGINE_IMAGE: registry.dagger.io/engine:v{{ .DAGGER_VERSION }}
152152
cmds:
153153
- >

0 commit comments

Comments
 (0)