Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4125c37

Browse files
committed
chore: bump goose module version (patch)
1 parent 7a19dab commit 4125c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry/coder/modules/goose/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Run the [Goose](https://block.github.io/goose/) agent in your workspace to gener
1313
```tf
1414
module "goose" {
1515
source = "registry.coder.com/coder/goose/coder"
16-
version = "2.1.1"
16+
version = "2.1.2"
1717
agent_id = coder_agent.example.id
1818
folder = "/home/coder"
1919
install_goose = true
@@ -79,7 +79,7 @@ resource "coder_agent" "main" {
7979
module "goose" {
8080
count = data.coder_workspace.me.start_count
8181
source = "registry.coder.com/coder/goose/coder"
82-
version = "2.1.1"
82+
version = "2.1.2"
8383
agent_id = coder_agent.example.id
8484
folder = "/home/coder"
8585
install_goose = true

0 commit comments

Comments
 (0)