Skip to content

Commit

Permalink
build(deps): bump dagger.io/dagger from 0.4.6 to 0.5.0 (#86)
Browse files Browse the repository at this point in the history
* build(deps): bump dagger.io/dagger from 0.4.6 to 0.5.0

Bumps [dagger.io/dagger](https://github.com/dagger/dagger-go-sdk) from 0.4.6 to 0.5.0.
- [Release notes](https://github.com/dagger/dagger-go-sdk/releases)
- [Commits](dagger/dagger-go-sdk@v0.4.6...v0.5.0)

---
updated-dependencies:
- dependency-name: dagger.io/dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Bump go

Signed-off-by: Mikołaj Baranowski <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mikołaj Baranowski <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikołaj Baranowski <[email protected]>
  • Loading branch information
dependabot[bot] and mikolajb authored Mar 16, 2023
1 parent ae11ce1 commit e14225f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '>=1.19.0'
go-version: '>=1.20.0'

- name: Run unit tests
run: ./hack/mage test:go
Expand Down
2 changes: 1 addition & 1 deletion catalog/golang/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

type config struct {
GoImageRepo string `env:"GO_IMAGE_REPO,notEmpty" envDefault:"docker.io/golang"`
GoImageTag string `env:"GO_IMAGE_TAG,notEmpty" envDefault:"1.19"`
GoImageTag string `env:"GO_IMAGE_TAG,notEmpty" envDefault:"1.20"`
GoModCacheEnabled bool `env:"GO_MOD_CACHE_ENABLE" envDefault:"true"`
GoModDir string `env:"GO_MOD_DIR" envDefault:"."`
Args []string `env:"GO_ARGS" envDefault:"" envSeparator:" "`
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/mesosphere/daggers
go 1.20

require (
dagger.io/dagger v0.4.6
dagger.io/dagger v0.5.0
github.com/caarlos0/env/v6 v6.10.1
github.com/magefile/mage v1.14.0
github.com/stretchr/testify v1.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dagger.io/dagger v0.4.6 h1:1GpHJuGrDcLCCIprLpwTXBpKg8Te/RVIDo1qpzkL/QE=
dagger.io/dagger v0.4.6/go.mod h1:1nbGnLdIfoBV2ahbQjheI//SNGz+b5q1jqf0A+pJ+Oc=
dagger.io/dagger v0.5.0 h1:7hQnA/pFMpEkuaU2ScNWoZznTa6DbIqHnwBJwL5bBQY=
dagger.io/dagger v0.5.0/go.mod h1:1nbGnLdIfoBV2ahbQjheI//SNGz+b5q1jqf0A+pJ+Oc=
github.com/99designs/gqlgen v0.17.2/go.mod h1:K5fzLKwtph+FFgh9j7nFbRUdBKvTcGnsta51fsMTn3o=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/Khan/genqlient v0.5.0 h1:TMZJ+tl/BpbmGyIBiXzKzUftDhw4ZWxQZ+1ydn0gyII=
Expand Down

0 comments on commit e14225f

Please sign in to comment.