Skip to content

build: restore go 1.26.0 + toolchain go1.27.0 directive - #6

Merged
trakhimenok merged 1 commit into
mainfrom
chore/restore-go-directive
Aug 26, 2026
Merged

build: restore go 1.26.0 + toolchain go1.27.0 directive#6
trakhimenok merged 1 commit into
mainfrom
chore/restore-go-directive

Conversation

@trakhimenok

Copy link
Copy Markdown
Contributor

Summary

dalgo v0.74.0 declared go 1.27.0 incidentally (a go get run on a 1.27 machine; its real floor is 1.24.0). This is now fixed upstream: dalgo v0.74.1 declares the founder's convention (go 1.26.0 + toolchain go1.27.0) itself, which is what let this repo's own directive get restored — it had been pushed to go 1.27.0 as a mechanical side effect of the v0.74.0 bump in #5, since go mod tidy would otherwise fight any lower directive while resolving dalgo v0.74.0.

  • Bumps github.com/dal-go/dalgo v0.74.0 -> v0.74.1. dal-go/record unchanged at v0.1.3 (did not move).
  • Restores go 1.26.0 + toolchain go1.27.0.

Acceptance

go mod tidy, run AFTER setting the directive, leaves it unchanged:

go 1.26.0

toolchain go1.27.0

GOTOOLCHAIN=go1.26.0 go build ./... succeeds, plus gofmt -l . clean, go vet ./... clean, go test ./...:

ok  	github.com/ingitdb/dalgo2ingitdb4github	0.453s

🤖 Generated with Claude Code

https://claude.ai/code/session_01KFsyYhYi9h9Am1JbAMxuhv

dalgo v0.74.0 declared `go 1.27.0` incidentally (a go get run on a 1.27
machine; its real floor was 1.24.0). dalgo v0.74.1 fixed that upstream and
declares the founder's convention (go 1.26.0 + toolchain go1.27.0) itself,
so this repo's own directive - bumped to 1.27.0 by the previous dalgo v0.74.0
bump (#5) - can now be restored without go mod tidy fighting it.

Bumped github.com/dal-go/dalgo v0.74.0 -> v0.74.1 (dal-go/record unchanged
at v0.1.3, it did not move). Verified go mod tidy, run AFTER restoring the
directive, leaves it at go 1.26.0 + toolchain go1.27.0 (does not rewrite it
back to 1.27.0 the way it would have against v0.74.0).

GOTOOLCHAIN=go1.26.0 go build ./... && go vet ./... && go test ./... all
green; gofmt clean.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KFsyYhYi9h9Am1JbAMxuhv
@trakhimenok
trakhimenok merged commit 2e32527 into main Aug 26, 2026
6 checks passed
@trakhimenok
trakhimenok deleted the chore/restore-go-directive branch August 26, 2026 23:42
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