Skip to content

Commit

Permalink
feat: Moving to go 1.23, fixing .tool-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deregtd committed Aug 18, 2024
1 parent 7437775 commit 4c0bc25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 3 additions & 4 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
# Be EXTREMELY CAREFUL with this. If you override a standard version
# you are reducing compatibility guarantees.
## <<Stencil::Block(toolverOverride)>>
## <</Stencil::Block>>
golang 1.22.0
golang 1.23.0
nodejs 20.12.2
protoc 21.5
terraform 1.5.7
mage latest
## <</Stencil::Block>>
# Note: Versions in this block do not override the default versions above
# but sometimes you have to declare additional versions of the same tool
# while leaving the 'default' version intact for the infra.
Expand Down
6 changes: 0 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,4 @@
"gopls": {
"build.buildFlags": ["-tags=or_test,or_dev,or_e2e,or_int"]
},
"[terraform]": {
"editor.defaultFormatter": "hashicorp.terraform"
},
"protoc": {
"options": ["--proto_path=${workspaceRoot}/api"]
}
}

0 comments on commit 4c0bc25

Please sign in to comment.