Skip to content

Commit b0a479c

Browse files
chore(goose): bump Goose module version to 1.2.0
1 parent 5af7e66 commit b0a479c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

registry/coder/modules/goose/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
1414
```tf
1515
module "goose" {
1616
source = "registry.coder.com/coder/goose/coder"
17-
version = "1.1.1"
17+
version = "1.2.0"
1818
agent_id = coder_agent.example.id
1919
folder = "/home/coder"
2020
install_goose = true
@@ -90,7 +90,7 @@ resource "coder_agent" "main" {
9090
module "goose" {
9191
count = data.coder_workspace.me.start_count
9292
source = "registry.coder.com/coder/goose/coder"
93-
version = "1.1.1"
93+
version = "1.2.0"
9494
agent_id = coder_agent.example.id
9595
folder = "/home/coder"
9696
install_goose = true
@@ -152,7 +152,7 @@ Run Goose as a standalone app in your workspace. This will install Goose and run
152152
```tf
153153
module "goose" {
154154
source = "registry.coder.com/coder/goose/coder"
155-
version = "1.1.1"
155+
version = "1.2.0"
156156
agent_id = coder_agent.example.id
157157
folder = "/home/coder"
158158
install_goose = true

0 commit comments

Comments
 (0)