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

feat(e2e): swaps e2e with the official Coraza ones, updates Go to 1.20 #224

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

M4tteoP
Copy link
Member

@M4tteoP M4tteoP commented Aug 24, 2023

This PR:

@@ -12,12 +12,12 @@ on:
workflow_dispatch:

env:
GO_VERSION: 1.19
GO_VERSION: '1.20'
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: Due to the peculiarities of YAML parsing, it is recommended to wrap the version in single quotation marks:

go-version: '1.20'

The recommendation is based on the YAML parser's behavior, which interprets non-wrapped values as numbers and, in the case of version 1.20, trims it down to 1.2, which may not be very obvious.

Source: https://github.com/actions/setup-go#v3

@M4tteoP M4tteoP marked this pull request as ready for review August 24, 2023 14:50
@M4tteoP M4tteoP changed the title feat(e2e): moves e2e to the official Coraza ones, updates Go to 1.20 feat(e2e): swaps e2e with the official Coraza ones, updates Go to 1.20 Aug 25, 2023
magefiles/magefile.go Outdated Show resolved Hide resolved
@jcchavezs jcchavezs merged commit 61f7926 into corazawaf:main Sep 6, 2023
4 checks passed
@M4tteoP M4tteoP deleted the new_e2e branch September 6, 2023 10:15
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.

3 participants