File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 4
4
// Features to add to the dev container. More info: https://containers.dev/features.
5
5
"features" : {
6
6
"ghcr.io/devcontainers/features/terraform:1" : {},
7
- "ghcr.io/devcontainers/features/github-cli:1" : {}
7
+ "ghcr.io/devcontainers/features/github-cli:1" : {},
8
+ "ghcr.io/robbert229/devcontainer-features/opentofu:1" : {
9
+ "version" : " 1.10.0"
10
+ }
8
11
},
9
12
"customizations" : {
10
13
"vscode" : {
24
27
// Use 'forwardPorts' to make a list of ports inside the container available locally.
25
28
// "forwardPorts": [],
26
29
"remoteUser" : " vscode"
27
- }
30
+ }
Original file line number Diff line number Diff line change 4
4
// Features to add to the dev container. More info: https://containers.dev/features.
5
5
"features" : {
6
6
"ghcr.io/devcontainers/features/terraform:1" : {},
7
- "ghcr.io/devcontainers/features/github-cli:1" : {}
7
+ "ghcr.io/devcontainers/features/github-cli:1" : {},
8
+ "ghcr.io/robbert229/devcontainer-features/opentofu:1" : {
9
+ "version" : " 1.10.0"
10
+ }
8
11
},
9
12
"customizations" : {
10
13
"vscode" : {
32
35
" --env-file" ,
33
36
" .devcontainer/devcontainer.env"
34
37
]
35
- }
38
+ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
14
14
contents : read
15
15
16
16
env :
17
- LATEST_VERSION : 1.9 .*
17
+ LATEST_VERSION : 1.10 .*
18
18
19
19
jobs :
20
20
# Ensure project builds before running the testing matrix
53
53
- ' 1.7.*'
54
54
- ' 1.8.*'
55
55
- ' 1.9.*'
56
+ - ' 1.10.*'
56
57
steps :
57
58
- uses : actions/checkout@v4
58
59
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
You can’t perform that action at this time.
0 commit comments