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

Update actions, golang to 1.20, sources-internal repo cloning, update websocket #39

Merged
merged 6 commits into from
May 29, 2024

Conversation

JanneKiiskila
Copy link
Contributor

@JanneKiiskila JanneKiiskila commented May 28, 2024

  • Update golang to 1.20.
  • Update the golang versions in the golang version matrix to newer ones.
  • Fix the sources-internal repo checkouts to use the proper action.
  • Update action versions to latest.
  • Update dependencies.
  • Update websocket to newest version, which we have forked (1.5.1-3), see - https://github.com/PelionIoT/websocket/tree/v1.5.1-3

Cleaned up the history a bit.

@JanneKiiskila JanneKiiskila self-assigned this May 28, 2024
are started, so that they have a real chance of succeeding.
And a bunch of the other dependencies, too.

Edited the go.mod with golang 1.20 & pulled in the latest fork of websocket

```
rm -rf vendor
go mod tidy
go mod vendor
```

was run.
```
 15:17 jannek@jannek-P720:/ssd/edge-proxy$ go get -u golang.org/x/net
go: downloading golang.org/x/sys v0.20.0
go: downloading golang.org/x/text v0.15.0
go: upgraded golang.org/x/net v0.17.0 => v0.25.0
go: upgraded golang.org/x/sys v0.13.0 => v0.20.0
go: upgraded golang.org/x/text v0.13.0 => v0.15.0
```
This updates the base libs also in that module.
@JanneKiiskila JanneKiiskila merged commit 3aee5de into master May 29, 2024
10 checks passed
@JanneKiiskila JanneKiiskila deleted the update-actions branch May 29, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants