Skip to content

chore: bump core to v0.3.8 (Go 1.27) (#452) - #12

Merged
antoinetoussaint-byte merged 1 commit into
issue-9-adopt-cli-owned-build-migrate-build-rpc-tofrom
issue-452-bump-core-v0.3.8
Aug 23, 2026
Merged

chore: bump core to v0.3.8 (Go 1.27) (#452)#12
antoinetoussaint-byte merged 1 commit into
issue-9-adopt-cli-owned-build-migrate-build-rpc-tofrom
issue-452-bump-core-v0.3.8

Conversation

@antoinetoussaint-byte

Copy link
Copy Markdown
Contributor

Part of codefly-dev/cli#452.

Summary

  • Bump github.com/codefly-dev/core v0.3.6 → v0.3.8 so this agent repo aligns with the CLI (chore: pin core to v0.3.8 cli#451) on the same core contract.
  • core v0.3.8 targets Go 1.27, so the module's go directive moves to go 1.27.0 (the older toolchain pin is dropped — the go line now matches).

No workflow or Makefile change is needed: this repo's CI runs the core reusable go-service-ci.yml (build / vet / go mod tidy -diff / test) with go-version-file: go.mod, so it has no golangci-lint step. The golangci-lint fix described in the tracking issue applies only to the cli repo (which owns a standalone lint job + Makefile), not to the service repos.

Test plan

  • go build ./... clean (under Go 1.27)
  • go vet ./... clean
  • go mod tidy leaves only go.mod + go.sum changed
  • CI green on the epic branch base

Bump github.com/codefly-dev/core v0.3.6 -> v0.3.8, aligning with the CLI
(codefly-dev/cli#451). core v0.3.8 targets Go 1.27, so the module's go
directive moves to go 1.27.0.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@antoinetoussaint-byte
antoinetoussaint-byte merged commit cffc120 into issue-9-adopt-cli-owned-build-migrate-build-rpc-toAug 23, 2026
Sign up for freeto 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

@antoinetoussaint-byte