From 45c4dc2519f2d8f586769cc80823eec148ae9e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:58:20 +0000 Subject: [PATCH] build(deps): bump dagger.io/dagger in /action in the golang group Bumps the golang group in /action with 1 update: [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk). Updates `dagger.io/dagger` from 0.12.6 to 0.12.7 - [Changelog](https://github.com/dagger/dagger-go-sdk/blob/main/CHANGELOG.md) - [Commits](https://github.com/dagger/dagger-go-sdk/compare/v0.12.6...v0.12.7) --- updated-dependencies: - dependency-name: dagger.io/dagger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: golang ... Signed-off-by: dependabot[bot] --- action/go.mod | 2 +- action/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action/go.mod b/action/go.mod index 447e1277..2d94bd2e 100644 --- a/action/go.mod +++ b/action/go.mod @@ -5,7 +5,7 @@ go 1.22 toolchain go1.22.4 require ( - dagger.io/dagger v0.12.6 + dagger.io/dagger v0.12.7 github.com/Masterminds/semver v1.5.0 github.com/alecthomas/kong v0.9.0 github.com/dustin/go-humanize v1.0.1 diff --git a/action/go.sum b/action/go.sum index 74375cb1..af7dfe24 100644 --- a/action/go.sum +++ b/action/go.sum @@ -1,5 +1,5 @@ -dagger.io/dagger v0.12.6 h1:O7ugzjt5e/ZYTSqMWVn5iWiWhd0wEoycTfguUm39y7s= -dagger.io/dagger v0.12.6/go.mod h1:Qxqy5hz1MLMdmVOaByAKpTa/c7K0R0NuxPZX5ZzEneM= +dagger.io/dagger v0.12.7 h1:xMwRc/szSsEkixkmSAnWoRMfejBKipxoVuHiNGOWXpE= +dagger.io/dagger v0.12.7/go.mod h1:Qxqy5hz1MLMdmVOaByAKpTa/c7K0R0NuxPZX5ZzEneM= dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= github.com/99designs/gqlgen v0.17.49 h1:b3hNGexHd33fBSAd4NDT/c3NCcQzcAVkknhN9ym36YQ=