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 Go version to 1.21 in GitHub workflows #140

Merged
merged 3 commits into from
Aug 15, 2023
Merged

Commits on Aug 15, 2023

  1. Remove .idea/go-mail.iml, update .gitignore

    Deleted the `.idea/go-mail.iml` file which was committed in error and should not be part of the source code repository. Updated the `.gitignore` file to ignore the whole `.idea` directory, since it contains configuration files that are specific to each developers environment and not required for the project build. The changes in the repository will now make it more clutter-free and prevent unintentional commits of unnecessary files in the future.
    wneessen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c2e3613 View commit details
    Browse the repository at this point in the history
  2. Remove redundant vcs.xml file

    The .idea/vcs.xml file was deleted because it is not needed for the project. It was initially created by the IntelliJ IDEA but we're managing version control configurations through another way, making this file redundant.
    wneessen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5948b38 View commit details
    Browse the repository at this point in the history
  3. Update Go version to 1.21 in GitHub workflows

    This commit updates the Go version from 1.20 to 1.21 on three GitHub workflow files: golangci-lint.yml, codecov.yml, and sonarqube.yml. The change ensures we use the latest Go version which is more efficient and comes with additional features, leading to improved project performance.
    wneessen committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b2e5471 View commit details
    Browse the repository at this point in the history