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

chore: bump minimal compile version of GO to 1.19 #924

Merged
merged 2 commits into from
Mar 7, 2023

Conversation

mdelapenya
Copy link
Collaborator

@mdelapenya mdelapenya commented Mar 7, 2023

What does this PR do?

It bumps the minimal version for compiling testcontainers-go from 1.18 to 1.19

  • in all the modules: example modules and Go modules
  • in all the CI workflows

It includes the code generation tool and its templates.

Why is it important?

According to https://endoflife.date/go, 1.18 EOL support expired on 01 Feb 2023.

Besides that, Github actions workers now use Go 1.20 when using Go 1.x, so we were testing 1.18 and 1.20 but not 1.19. With this change, the version window is correct again.

Related issues

@mdelapenya mdelapenya requested a review from a team as a code owner March 7, 2023 17:55
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Mar 7, 2023
@mdelapenya mdelapenya self-assigned this Mar 7, 2023
@sonarcloud
Copy link

sonarcloud bot commented Mar 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@netlify
Copy link

netlify bot commented Mar 7, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit fb04cbd
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/64077a85d3c9ad00089d4be9
😎 Deploy Preview https://deploy-preview-924--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@mdelapenya mdelapenya merged commit f565bd9 into testcontainers:main Mar 7, 2023
@mdelapenya mdelapenya deleted the go-1-20 branch March 7, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Run tests on Go 1.20 and 1.19
1 participant