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

Remove .go-version file #1040

Merged
merged 3 commits into from
Oct 14, 2024
Merged

Remove .go-version file #1040

merged 3 commits into from
Oct 14, 2024

Conversation

sevein
Copy link
Contributor

@sevein sevein commented Oct 14, 2024

This PR removes the .go-version file, as the Go version is now explicitly
defined in the go directive within the go.mod file.

Reminder: Go 1.21 introduced toolchain management, i.e. your local go command
can manually download and install the release indicated in the go.mod file. This
is also leveraged by tools like vscode.

This commit removes the .go-version file, as the Go version is now explicitly
defined in the go directive within the go.mod file.

Reminder: Go 1.21 introduced toolchain management, i.e. your local go command
can manually download and install the release indicated in the go.mod file. This
is also leveraged by tools like vscode.
Copy link

codecov bot commented Oct 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.35%. Comparing base (566cfca) to head (a3394e9).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1040   +/-   ##
=======================================
  Coverage   55.35%   55.35%           
=======================================
  Files         103      103           
  Lines        6021     6021           
=======================================
  Hits         3333     3333           
  Misses       2435     2435           
  Partials      253      253           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sevein sevein marked this pull request as ready for review October 14, 2024 09:38
@sevein sevein requested review from djjuhasz and jraddaoui October 14, 2024 09:40
Copy link
Collaborator

@jraddaoui jraddaoui left a comment

Choose a reason for hiding this comment

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

Thanks!

uses: actions/setup-go@v5
with:
go-version: ${{ steps.go_version.outputs.go_version }}
go-version-file: go.mod
Copy link
Collaborator

Choose a reason for hiding this comment

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

😍

@@ -104,7 +104,7 @@ Keycloack:
| Dashboard | <http://localhost:8080> | `admin` | `admin123` |
| MinIO console | <http://localhost:7460> | `admin` | `admin123` |
| Temporal UI | <http://localhost:7440> | `admin` | `admin123` |
| Keycloack | <http://localhost:7470> | `keycloack` | `keycloack123` |
| Keycloak | <http://localhost:7470> | `keycloak` | `keycloak123` |
Copy link
Collaborator

Choose a reason for hiding this comment

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

🙄

@jraddaoui jraddaoui merged commit 6ffad61 into main Oct 14, 2024
15 checks passed
@jraddaoui jraddaoui deleted the dev/go-version branch October 14, 2024 15:49
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