Bump Go version (#4398)

This commit is contained in:
Nikola Jokic
2026-03-11 10:24:20 +01:00
committed by GitHub
parent 396ee88f5a
commit cd5b93d1bc
7 changed files with 14 additions and 14 deletions

View File

@@ -256,7 +256,7 @@ func (c *Client) Identifier() string {
identifier += fmt.Sprintf(
"appID:%q,installationID:%q,key:%q",
c.creds.AppCreds.AppID,
c.creds.AppCreds.AppInstallationID,
strconv.FormatInt(c.creds.AppCreds.AppInstallationID, 10),
c.creds.AppCreds.AppPrivateKey,
)
}