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 to Go 1.23 #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lucacome
Copy link

This pull request includes updates to the GitHub Actions workflows and dependencies, as well as improvements to the Dockerfile. The most important changes include updating the setup-go action to the latest version, modifying the Dockerfile to use a newer Go version, and adding a dependabot configuration for automated dependency updates.

GitHub Actions Workflow Updates:

  • Updated the setup-go action to use the latest version and set the Go version to stable in .github/workflows/go.yml, .github/workflows/test.yml [1] [2].
  • Updated the checkout action to version 4 in .github/workflows/go.yml, .github/workflows/integration.yml, .github/workflows/publish.yml, and .github/workflows/test.yml [1] [2] [3] [4].
  • Updated the docker/setup-buildx-action to version 3 in .github/workflows/publish.yml.

Dependency Management:

  • Added a dependabot configuration file to automate dependency updates for GitHub Actions and Go modules (.github/dependabot.yml).

Dockerfile Improvements:

  • Updated the base image to use Go version 1.23 in Dockerfile.

Module Configuration:

  • Added a go.mod file to define the module and its dependencies (go.mod).

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.

1 participant