Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COMPOSE_TOOLS_CMD_BASE=docker compose -f $(COMPOSE_TOOLS_FILE)
COMPOSE_TOOLS_CMD_UP=$(COMPOSE_TOOLS_CMD_BASE) up --exit-code-from
COMPOSE_TOOLS_CMD_PULL=$(COMPOSE_TOOLS_CMD_BASE) build

GOVERSION:=1.24
GOVERSION:=1.25

TARGET_MAX_CHAR_NUM=20

Expand Down
2 changes: 1 addition & 1 deletion docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@
},
"/clubs/{id}": {
"get": {
"description": "Returns a given club using its identifier.",
"description": "Returns a given a club using its identifier.",
Comment thread
obalunenko marked this conversation as resolved.
"tags": [
"Clubs"
],
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/obalunenko/strava-api

go 1.24.0
go 1.25

require (
github.com/go-openapi/errors v0.22.2
Expand Down
2 changes: 1 addition & 1 deletion internal/gen/strava-api-go/client/clubs/clubs_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading