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

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Conversation

lucacome
Copy link
Contributor

@lucacome lucacome commented Oct 23, 2024

This pull request includes several updates to the GitHub Actions workflows, Dockerfile, and documentation to modernize dependencies and improve the build process. The most important changes include updating the Go version, modifying GitHub Actions to use newer versions, and updating the Dockerfile and documentation accordingly.

GitHub Actions Updates:

Dockerfile Update:

  • Dockerfile: Updated the base image to use Go 1.23 and removed the go get command as it is no longer necessary.

Documentation Update:

  • README.md: Updated references to Go 1.13 to Go 1.23 and adjusted the example commands accordingly.

Module Initialization:

  • go.mod: Initialized the Go module and set the Go version to 1.23.2.

@jacobtomlinson jacobtomlinson merged commit d79082f into jacobtomlinson:master Nov 5, 2024
3 checks passed
@lucacome lucacome deleted the go-1.23 branch November 5, 2024 17:03
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