Skip to content

Commit

Permalink
build(deps): update go, tf and devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszPorowski committed Mar 5, 2025
1 parent a16d3a2 commit 7b8c691
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
// "ghcr.io/devcontainers/features/git:1": {
// "version": "latest"
// },
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:2": {},
"ghcr.io/devcontainers/features/common-utils:2": {
"configureZshAsDefaultShell": true
},
// "ghcr.io/stuartleeks/dev-container-features/shell-history:0": {},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.24.0"
"version": "1.24.1"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12"
Expand All @@ -36,7 +36,7 @@
// "ghcr.io/guiyomh/features/gomarkdoc:0": {},
// "ghcr.io/guiyomh/features/gotestsum:0": {},
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.11.0",
"version": "1.11.1",
"installSentinel": true,
"installTFsec": true,
"installTerraformDocs": true
Expand Down
8 changes: 4 additions & 4 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ Local development is still possible on Windows, Linux and macOS, but requires ad
#### Requirements

- [Git](https://git-scm.com/downloads) `>= 2.47.1`
- [Go](https://go.dev/doc/install) `>= 1.24.0`
- [Go](https://go.dev/doc/install) `>= 1.24.1`
- We recommend you to use Go version manager [go-nv/goenv](https://github.com/go-nv/goenv/blob/master/INSTALL.md)
- `goenv install 1.24.0`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.11.0`
- `goenv install 1.24.1`
- [Terraform](https://developer.hashicorp.com/terraform/downloads) `>= 1.11.1`
- We recommend you to use Terraform version manager [tfutils/tfenv](https://github.com/tfutils/tfenv/blob/master/README.md)
- `tfenv install 1.11.0`, `tfenv use 1.11.0`
- `tfenv install 1.11.1`, `tfenv use 1.11.1`
- [Task](https://taskfile.dev/installation) `>= 3.40.1`

#### Linux
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/microsoft/terraform-provider-fabric

go 1.24.0
go 1.24.1

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Expand Down

0 comments on commit 7b8c691

Please sign in to comment.