Skip to content

Commit 5fbba53

Browse files
chore(deps): update dependency dagger/dagger to v0.18.17 (#121)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Leonardo Cecchi <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <[email protected]>
1 parent e3b537c commit 5fbba53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Dagger
2222
env:
2323
# renovate: datasource=github-tags depName=dagger/dagger versioning=semver
24-
DAGGER_VERSION: 0.18.5
24+
DAGGER_VERSION: 0.18.17
2525
run: |
2626
curl -L https://dl.dagger.io/dagger/install.sh | BIN_DIR=$HOME/.local/bin sh
2727
- name: Run CI task

Taskfile.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ tasks:
3737
GOLANGCI_LINT_VERSION: v2.1.6
3838
cmds:
3939
- >
40-
GITHUB_REF= dagger -s call -m github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
41-
--version ${GOLANGCI_LINT_VERSION}
42-
run --source . --config .golangci.yml stdout
40+
GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}
41+
--version ${GOLANGCI_LINT_VERSION} |
42+
run . --config .golangci.yml | stdout"
4343
sources:
4444
- ./**/*.go
4545
- .golangci.yml

0 commit comments

Comments
 (0)