Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

chore: replace deprecated ioutil with io/os #59

Merged
merged 4 commits into from
Sep 2, 2022
Merged

chore: replace deprecated ioutil with io/os #59

merged 4 commits into from
Sep 2, 2022

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Sep 1, 2022

ioutil is deprecated as of Go 1.16, see https://pkg.go.dev/io/ioutil

This PR replaces usage of ioutil with io or os, accordingly.

This is required to enable Unified CI/Go version upgrade, see #56

I generate examples/gen-routing-api/proto/proto_edelweiss.go with:

cd examples/gen-routing-api
rm -rf proto
go build
./gen-routing-api

I generated examples/greeting-service/api/proto/proto_edelweiss.go with:

cd examples/greeting-service/api
rm -rf proto
go build
./api

@galargh galargh marked this pull request as draft September 1, 2022 15:35
@galargh galargh marked this pull request as ready for review September 1, 2022 19:04
@galargh galargh merged commit 305fd37 into main Sep 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants