Skip to content

Commit 9ef4ae6

Browse files
dependabot[bot]AtomicFS
authored andcommitted
build(deps): bump dagger.io/dagger in /cmd/firmware-action
Bumps [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) from 0.15.4 to 0.16.0. - [Changelog](https://github.com/dagger/dagger-go-sdk/blob/main/CHANGELOG.md) - [Commits](dagger/dagger-go-sdk@v0.15.4...v0.16.0) --- updated-dependencies: - dependency-name: dagger.io/dagger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d53c1bd commit 9ef4ae6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/firmware-action/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/9elements/firmware-action/cmd/firmware-action
33
go 1.22.7
44

55
require (
6-
dagger.io/dagger v0.15.4
6+
dagger.io/dagger v0.16.0
77
github.com/Masterminds/semver v1.5.0
88
github.com/alecthomas/kong v1.8.1
99
github.com/dustin/go-humanize v1.0.1

cmd/firmware-action/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dagger.io/dagger v0.15.4 h1:rZxrSoiPL9OU41g0E+A4yCjQFIwLynHD+5Z//9FyhAo=
2-
dagger.io/dagger v0.15.4/go.mod h1:I3e/x3IK9JeXUsbun/UW0xzWN7LpqGyc+LvfDCDX5uo=
1+
dagger.io/dagger v0.16.0 h1:F8LGSmypHt7oVL84663A12QmtaIA8BywRoK95Be5FYY=
2+
dagger.io/dagger v0.16.0/go.mod h1:I3e/x3IK9JeXUsbun/UW0xzWN7LpqGyc+LvfDCDX5uo=
33
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
44
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
55
github.com/99designs/gqlgen v0.17.63 h1:HCdaYDPd9HqUXRchEvmE3EFzELRwLlaJ8DBuyC8Cqto=

0 commit comments

Comments
 (0)