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 test matrix for supported go versions and add example docker-compose.yml #96

Merged
merged 3 commits into from
Sep 25, 2021
Merged

Conversation

tsunam
Copy link
Contributor

@tsunam tsunam commented Sep 23, 2021

Go version 1.12 does not support the %w case which requires go >= 1.13.
This resolves the build tests partially failing since 26ddc36a4efbec8c64666c6ce95bd959d9d91bbd
Additionally as we are upgrading to 1.17 for various things ensure that
we test up to those latest version we support

Give a practical docker-compose.yml example to make it easier for people
to build and or run within their own compose setups. This should help users who are building via issue in #73 

Why do we need this change?
----
Go version 1.12 does not support the %w case which requires go >= 1.13.
This resolves the build tests partially failing since 26ddc36
Additionally as we are upgrading to 1.17 for various things ensure that
we test up to those latest version we support
 Why do we need this change?
----
Give a practical docker-compose.yml example to make it easier for people
to build and or run within their own compose setups

What effects does this change have?
----
@eko
Copy link
Owner

eko commented Sep 25, 2021

Hi @tsunam,

Thank you for this upgrade :)

@eko eko merged commit 9d50a54 into eko:master Sep 25, 2021
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