Skip to content

Commit

Permalink
fixes based on golangci-lint run -v
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Nov 22, 2024
1 parent 910904b commit ea6729e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func serviceAccountToken() (string, error) {
// Parse the JSON output to extract the token
var token tokenRequest
err = json.Unmarshal([]byte(output), &token)
err = json.Unmarshal(output), &token)
g.Expect(err).NotTo(HaveOccurred())
out = token.Status.Token
Expand Down

0 comments on commit ea6729e

Please sign in to comment.