Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@terwey
Copy link
Collaborator

@terwey terwey commented Nov 4, 2025

No description provided.

@terwey terwey marked this pull request as ready for review November 4, 2025 15:09
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +59 to +64
- name: Prime codegen tool cache
if: steps.changes.outputs.storage_any_changed == 'true' || steps.changes.outputs.api_any_changed == 'true'
run: go mod download
run: |
go mod download
go tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -version
go tool github.com/sqlc-dev/sqlc/cmd/sqlc version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Replace invalid go tool cache priming

The new cache step runs go tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -version and go tool github.com/sqlc-dev/sqlc/cmd/sqlc version. go tool only accepts built‑in tool names or paths to already installed binaries, so invoking it with module paths errors with go tool: no such tool .... As a result the workflow will fail whenever generated files change and never reach the validation steps. Use go run or go install to warm the module cache instead.

Useful? React with 👍 / 👎.

@terwey terwey merged commit f486ba0 into codex/investigate-multi-wallet-support-for-hyperliquid Nov 4, 2025
2 checks passed
@terwey terwey deleted the gh-action/prime-go-tools branch November 4, 2025 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants