Skip to content

Commit c46ddfb

Browse files
committed
mantle/gcloud: minor format fix
1 parent b7befe1 commit c46ddfb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/lints.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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

mantle/platform/api/gcloud/api.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ var (
3333
)
3434

3535
type 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
}

0 commit comments

Comments
 (0)