mirror of
https://github.com/fosrl/olm.git
synced 2026-03-11 13:16:40 +00:00
Compare commits
2 Commits
v1.4.2
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7b590a23e | ||
|
|
9c0e37eddb |
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
|
||||
# Set the working directory inside the container
|
||||
WORKDIR /app
|
||||
|
||||
@@ -388,6 +388,7 @@ func (c *Client) getToken() (string, []ExitNode, error) {
|
||||
tokenData := map[string]interface{}{
|
||||
"olmId": c.config.ID,
|
||||
"secret": c.config.Secret,
|
||||
"userToken": c.config.UserToken,
|
||||
"orgId": c.config.OrgID,
|
||||
}
|
||||
jsonData, err := json.Marshal(tokenData)
|
||||
|
||||
Reference in New Issue
Block a user