Skip to content

docs: correct Go version requirement for building from source - #2403

Merged
Soner (shyim) merged 1 commit into
shopware:mainfrom
dontWatchMeCode:docs/correct-go-version-requirement
Jul 28, 2026
Merged

docs: correct Go version requirement for building from source#2403
Soner (shyim) merged 1 commit into
shopware:mainfrom
dontWatchMeCode:docs/correct-go-version-requirement

Conversation

@dontWatchMeCode

@dontWatchMeCode M. Gschwandtner (dontWatchMeCode) commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Summary

The Building from source section currently states that Go 1.20 or later is required, but the current go.mod in shopware/shopware-cli declares Go 1.26.4 as the minimum version.

Building with Go 1.20 fails while parsing go.mod, before dependencies can be resolved:

go: errors parsing go.mod:
/src/go.mod:3: invalid go version '1.26.4': must match format 1.23

This change updates the documented requirement to match go.mod.

Related links

Checklist

  • I reviewed affected links, code samples, and cross-references, including PageRef references where relevant.
  • I added or updated redirects in .gitbook.yaml if pages were moved, renamed, or deleted.
  • I updated .wordlist.txt (and sorted it) if spellcheck flags new legitimate terms.
  • Any required dependent changes in downstream modules have already been merged and published.
  • This pull request is ready for review.

Notes

I used “Go 1.26.4 or later” to match go.mod exactly. Writing “Go 1.26 or later” would also include versions 1.26.0 through 1.26.3, which do not satisfy the declared minimum.

Alternatively, the documentation could refer readers directly to the version declared in go.mod to avoid duplicating a value that may become outdated.

@shopware-dev-docs-connector

shopware-dev-docs-connector Bot commented Jul 27, 2026

Copy link
Copy Markdown

Developer Docs healthcheck

Status: Completed with success.
Repository: dontWatchMeCode/docs
Commit: f59108d
Preview: https://developer-documentation-h6do48a5v-shopware-frontends.vercel.app
Workflow run: #4605

Fork PRs need approval from a maintainer with write access before the healthcheck can run. GitHub approves only the latest commit, so every new commit pushed after approval needs another approval.

@shyim
Soner (shyim) merged commit d45d50e into shopware:main Jul 28, 2026
7 checks passed
@shyim

Copy link
Copy Markdown
Member

Thank you!

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