Skip to content

Conversation

@Geekgasm
Copy link
Contributor

@Geekgasm Geekgasm commented Mar 3, 2023

  • go version 1.17
  • libraries updated to latest available
  • ran go mod tidy and go mod vendor to update everything
  • remove internal/cgo and use runtime/cgo

Fixes #41

* go version 1.20
* libraries updated to latest available
* ran `go mod tidy` and `go mod vendor` to update everything
@Geekgasm
Copy link
Contributor Author

Geekgasm commented Mar 3, 2023

Unfortunately, https://pkg.go.dev/golang.org/x/mobile is still on a 0.0.0 version and the latest version (from March 1, 2023) is still using some outdated library versions, which is why the indirect dependencies were added by go mod tidy

@changkun changkun merged commit 52dde9e into golang-design:main Mar 5, 2023
@Geekgasm
Copy link
Contributor Author

Geekgasm commented Mar 5, 2023

Thanks for taking care of the rest of the required changes!

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.

Housekeeping: update golang version and library dependencies

2 participants