File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
mantle/platform/api/gcloud Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/setup-go@v4
3030 with :
31- go-version : 1.19
31+ go-version : 1.21
3232 - uses : actions/checkout@v3
3333 - name : golangci-lint
3434 uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ var (
3333)
3434
3535type Options struct {
36- Image string
37- Project string
38- Zone string
39- MachineType string
40- DiskType string
41- Network string
42- ServiceAcct string
43- JSONKeyFile string
44- ServiceAuth bool
36+ Image string
37+ Project string
38+ Zone string
39+ MachineType string
40+ DiskType string
41+ Network string
42+ ServiceAcct string
43+ JSONKeyFile string
44+ ServiceAuth bool
4545 ConfidentialType string
4646 * platform.Options
4747}
You can’t perform that action at this time.
0 commit comments