Skip to content

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

Merged
antoinetoussaint-byte merged 1 commit into
mainfrom
chore/bump-core-v0.3.8-main
Aug 23, 2026
Merged

chore: bump core to v0.3.8 (Go 1.27) (#452)#67
antoinetoussaint-byte merged 1 commit into
mainfrom
chore/bump-core-v0.3.8-main

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 on main so this 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.

This supersedes the earlier bump PR that was stacked on the cli-owned-build epic branch: that epic had already merged to main (carrying v0.3.6) before the bump landed, so the bump was stranded on a dead branch and never reached main. This PR targets main directly.

Test plan

  • go build ./... clean (Go 1.27)
  • go vet ./... clean
  • go mod tidy leaves only go.mod + go.sum changed
  • CI green (ci runs now — PR targets main)

Bump github.com/codefly-dev/core v0.3.6 -> v0.3.8 on main, 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 bed6ca7 into mainAug 23, 2026
2 checks passed
@antoinetoussaint-byte
antoinetoussaint-byte deleted the chore/bump-core-v0.3.8-main branch August 23, 2026 17:00
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