Skip to content

Commit d5aeb5d

Browse files
author
hiroTamada
committed
Merge branch 'main' into fix/gc-orphaned-image-digests
Made-with: Cursor
2 parents 0f6b308 + e9afa23 commit d5aeb5d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ $(BIN_DIR):
99

1010
# Local binary paths
1111
OAPI_CODEGEN ?= $(BIN_DIR)/oapi-codegen
12+
OAPI_CODEGEN_VERSION ?= v2.5.1
1213
AIR ?= $(BIN_DIR)/air
1314
WIRE ?= $(BIN_DIR)/wire
1415
XCADDY ?= $(BIN_DIR)/xcaddy
1516

1617
# Install oapi-codegen (pinned to match committed generated code)
1718
$(OAPI_CODEGEN): | $(BIN_DIR)
18-
GOBIN=$(BIN_DIR) go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.5.1
19+
GOBIN=$(BIN_DIR) go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@$(OAPI_CODEGEN_VERSION)
1920

2021
# Install air for hot reload
2122
$(AIR): | $(BIN_DIR)

0 commit comments

Comments
 (0)