Skip to content

Izuma branding, PR checks, go 1.18 - #19

Open
JanneKiiskila wants to merge 5 commits into
masterfrom
izuma-branding
Open

Izuma branding, PR checks, go 1.18#19
JanneKiiskila wants to merge 5 commits into
masterfrom
izuma-branding

Conversation

@JanneKiiskila

@JanneKiiskila JanneKiiskila commented Jan 24, 2023

Copy link
Copy Markdown
  • 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.
Comment thread alerts/alert_map_test.go
//

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

Copy link
Copy Markdown

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?

Comment thread alerts/alert_store.go
//

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

Copy link
Copy Markdown

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

Comment thread go.mod
)

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

Copy link
Copy Markdown

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 thread go.sum
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=

Copy link
Copy Markdown

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
Copy Markdown
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 thread vendor/modules.txt
Comment on lines +3 to +4
github.com/PelionIoT/wigwag-go-logger/logging
# github.com/armPelionEdge/wigwag-go-logger v0.0.0-20230118193751-0f87f851cf9e

Copy link
Copy Markdown

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