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

Izuma branding, PR checks, go 1.18 #19

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

JanneKiiskila
Copy link

@JanneKiiskila JanneKiiskila commented Jan 24, 2023

  • PR checks.
  • Izuma / PelionIoT domain change.
  • go update to version 1.18.
  • shellcheck fixes to scripts in hack-folder.

ArmMbedEdge changed to PelionIoT.
Update go to version 18.
Remote Godeps, move to go.mod based module management.
As go get will not pass yet, it is commented out.
Add script for running golint on all modules.
Use go_vet_script etc. from scripts-internal.

//
// Copyright (c) 2019 ARM Limited.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are changing this file shouldn't we also add an Izuma line here?


//
// Copyright (c) 2019 ARM Limited.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As above - add Izuma line

)

require (
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e // indirect

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e // indirect
github.com/PelionIoT/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e // indirect

Comment on lines +3 to +4
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e h1:DigWoM3xSx/R38Vm2YTG38cnEx8d0xbNnEht8QltKGw=
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e/go.mod h1:9sZEdJAnZqxcxmB/vpnI71RoC4xps9tveHhsPKj21k0=

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e h1:DigWoM3xSx/R38Vm2YTG38cnEx8d0xbNnEht8QltKGw=
github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e/go.mod h1:9sZEdJAnZqxcxmB/vpnI71RoC4xps9tveHhsPKj21k0=
github.com/PelionIoT/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e h1:DigWoM3xSx/R38Vm2YTG38cnEx8d0xbNnEht8QltKGw=
github.com/PelionIoT/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e/go.mod h1:9sZEdJAnZqxcxmB/vpnI71RoC4xps9tveHhsPKj21k0=

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file gets autogenerated, so need to get the wigwag-go-logger PR merged in 1st.
PelionIoT/wigwag-go-logger#2

Comment on lines +3 to +4
github.com/PelionIoT/wigwag-go-logger/logging
# github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
github.com/PelionIoT/wigwag-go-logger/logging
# github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e
github.com/PelionIoT/wigwag-go-logger/logging
# github.com/PelionIoT/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e

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