Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix go version in go.mod #14

Merged
merged 1 commit into from
Feb 12, 2024
Merged

fix go version in go.mod #14

merged 1 commit into from
Feb 12, 2024

Conversation

kxxt
Copy link
Contributor

@kxxt kxxt commented Feb 11, 2024

Go 1.22 breaks modules that declare go 1.0: golang/go#65528

This PR modifies the Go version in go.mod to 1.14 because module must run on Go version 1.14 or later, as documented in https://go.dev/doc/modules/gomod-ref

Go 1.22 breaks modules that declare go 1.0: golang/go#65528

This PR modifies the Go version in go.mod to 1.14 because
module must run on Go version 1.14 or later, as documented in https://go.dev/doc/modules/gomod-ref
@danjacques danjacques merged commit d899e02 into danjacques:master Feb 12, 2024
@danjacques
Copy link
Owner

Merged, thanks for taking care of this!

kxxt added a commit to kxxt/archriscv-packages that referenced this pull request Feb 13, 2024
- Maintain a fork of electron that is suitable for both building on
  riscv64 and cross-compiling from x86_64: https://github.com/riscv-forks/electron
  - Currently 28-x-y-riscv and main-riscv branches are buildable
- Patch gofslock to solve an error because of go1.22, upstreamed: danjacques/gofslock#14
- Remove `-Wl,-z,pack-relative-relocs` from LDFLAGS because it's not
  supported on riscv. Drop this after felixonmars#3526 get merged and devtools-riscv64 gets updated on builders.
- Other usual electron fixes.
felixonmars pushed a commit to felixonmars/archriscv-packages that referenced this pull request Feb 13, 2024
- Maintain a fork of electron that is suitable for both building on
  riscv64 and cross-compiling from x86_64: https://github.com/riscv-forks/electron
  - Currently 28-x-y-riscv and main-riscv branches are buildable
- Patch gofslock to solve an error because of go1.22, upstreamed: danjacques/gofslock#14
- Remove `-Wl,-z,pack-relative-relocs` from LDFLAGS because it's not
  supported on riscv. Drop this after #3526 get merged and devtools-riscv64 gets updated on builders.
- Other usual electron fixes.
hubot pushed a commit to google/skia that referenced this pull request Feb 21, 2024
I had to update the version of fslock to pull in
danjacques/gofslock#14

Change-Id: Ic244758ce5be2b15583dcfb95884eb48e9ea0cce
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/816617
Reviewed-by: Leandro Lovisolo <[email protected]>
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