Skip to content

Commit

Permalink
fix(go): Retract v0.11.7 release (dagger#7642)
Browse files Browse the repository at this point in the history
This is a follow-up to dagger#7631

Fixes dagger#7630

Signed-off-by: Gerhard Lazu <gerhard@dagger.io>
  • Loading branch information
gerhard committed Jun 12, 2024
1 parent 8723648 commit 546c900
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## sdk/go/v0.11.7 - 2024-06-11
## sdk/go/v0.11.8-rc.1 - 2024-06-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.7).

🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.7
🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.8-rc.1


### Fixed
- Retract v0.11.7 by @gerhard in https://github.com/dagger/dagger/pull/7642
- Improve consistency of codegen ordering by @jedevc in https://github.com/dagger/dagger/pull/7543

### Dependencies
Expand Down
5 changes: 3 additions & 2 deletions sdk/go/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ and is generated by [Changie](https://github.com/miniscruff/changie).



## sdk/go/v0.11.7 - 2024-06-11
## sdk/go/v0.11.8-rc.1 - 2024-06-12

This SDK uses 🚙 Engine + 🚗 CLI version `v0.11.7`. [See what changed in that release](https://github.com/dagger/dagger/releases/tag/v0.11.7).

🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.7
🐹 https://pkg.go.dev/dagger.io/dagger@v0.11.8-rc.1


### Fixed
- Retract v0.11.7 by @gerhard in https://github.com/dagger/dagger/pull/7642
- Improve consistency of codegen ordering by @jedevc in https://github.com/dagger/dagger/pull/7543

### Dependencies
Expand Down
8 changes: 6 additions & 2 deletions sdk/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ module dagger.io/dagger

go 1.22

// retract engine releases from SDK releases
retract [v0.0.0, v0.2.36]
retract (
// retract SDK releases with known issues
v0.11.7
// retract engine releases from SDK releases
[v0.0.0, v0.2.36]
)

require (
github.com/99designs/gqlgen v0.17.44
Expand Down

0 comments on commit 546c900

Please sign in to comment.