Skip to content

Check for both "ok" and "pending" status values#14

Open
koral-- wants to merge 4 commits into
developfrom
check-pending-status
Open

Check for both "ok" and "pending" status values#14
koral-- wants to merge 4 commits into
developfrom
check-pending-status

Conversation

@koral--

@koral-- koral-- commented May 11, 2026

Copy link
Copy Markdown
Member

Allow the script to continue when the API returns either "ok" or "pending" status.

koral-- and others added 4 commits May 12, 2026 00:31
Allow the script to continue when the API returns either "ok" or "pending" status.
Latest errcheck requires Go 1.23+ (uses the iter stdlib package),
which breaks CI on older Go versions. Pinning to v0.6.3 avoids this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The project previously used dep for dependency management. Both the
errcheck and golint Bitrise steps used `go get -u` which no longer
works: errcheck@latest requires the `iter` stdlib package (Go 1.23+),
and golint's `go get` is unsupported outside a module on newer Go.

Replace both Bitrise steps with inline scripts that use `go install`
with pinned/stable versions, and migrate the project to Go modules
so tools can run in module mode without GOPATH layout assumptions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

1 participant