solo-io / wasm

Web Assembly tools and SDKs for extending cloud-native infrastructure
Apache License 2.0
306 stars 40 forks source link

feat:upgrade go version and solve unreasonable package dependencies #259

Closed tanjunchen closed 3 years ago

tanjunchen commented 3 years ago

Description

Please include a summary of the changes.

upgrade go version and solve unreasonable package dependencies

This bug fixes ... \ This new feature can be used to ...

Context

Users ran into this bug doing ... \ Users needed this feature to ...

Checklist:

solo-build-bot[bot] commented 3 years ago

Waiting for approval from someone in the solo-io org to start testing.

tanjunchen commented 3 years ago

LGTM, can you also bump the go version used in the build & release logic in the GitHub actions so that we don't run into trouble when we do a release:

2 instances here to change 1.14 -> 1.15 - https://github.com/solo-io/wasm/blob/master/.github/workflows/release.yaml#L16-L19

Also codegen here - https://github.com/solo-io/wasm/blob/master/.github/workflows/pull_request.yaml#L21

done

tanjunchen commented 3 years ago

/retest