mirror of
https://github.com/actions/actions-runner-controller.git
synced 2026-03-15 05:42:13 +08:00
Bump Go version (#4398)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user