Skip to content

Commit 92f5413

Browse files
committed
feat: Update generated client
1 parent 7a87045 commit 92f5413

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COMPOSE_TOOLS_CMD_BASE=docker compose -f $(COMPOSE_TOOLS_FILE)
1313
COMPOSE_TOOLS_CMD_UP=$(COMPOSE_TOOLS_CMD_BASE) up --exit-code-from
1414
COMPOSE_TOOLS_CMD_PULL=$(COMPOSE_TOOLS_CMD_BASE) build
1515

16-
GOVERSION:=1.24
16+
GOVERSION:=1.25
1717

1818
TARGET_MAX_CHAR_NUM=20
1919

docs/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@
15281528
},
15291529
"/clubs/{id}": {
15301530
"get": {
1531-
"description": "Returns a given club using its identifier.",
1531+
"description": "Returns a given a club using its identifier.",
15321532
"tags": [
15331533
"Clubs"
15341534
],

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/obalunenko/strava-api
22

3-
go 1.24.0
3+
go 1.25
44

55
require (
66
github.com/go-openapi/errors v0.22.2

internal/gen/strava-api-go/client/clubs/clubs_client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)