mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-19 04:24:39 -04:00
deps: update golangci/golangci-lint to v1.53.2 (#1924)
* deps: update golangci/golangci-lint to v1.53.2 * deps: tidy all modules * attestation: silence linter warning --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: edgelessci <edgelessci@users.noreply.github.com> Co-authored-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
ab52e6d4c5
commit
4908b5f63c
3 changed files with 23 additions and 23 deletions
|
@ -58,7 +58,7 @@ func getGCEInstanceInfo(client gcpMetadataClient) func(context.Context, io.ReadW
|
|||
return nil, errors.New("unable to fetch instance name")
|
||||
}
|
||||
|
||||
return json.Marshal(attest.GCEInstanceInfo{
|
||||
return json.Marshal(&attest.GCEInstanceInfo{
|
||||
Zone: zone,
|
||||
ProjectId: projectID,
|
||||
InstanceName: instanceName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue