Closed JayGaba closed 1 month ago
This pull request includes updates to the Go version used across various files in the project to ensure consistency and compatibility with the latest features and improvements in Go 1.23. The most important changes are listed below:
Go version updates:
.github/actions/check/action.yml
setup-go
Dockerfile
Dockerfile.dev
go.mod
greetings @kevinfalting ! could you please add hacktoberfest-accepted tag to this, thank you!
Closes #37
This pull request includes updates to the Go version used across various files in the project to ensure consistency and compatibility with the latest features and improvements in Go 1.23. The most important changes are listed below:
Go version updates:
.github/actions/check/action.yml
: Updated thesetup-go
action to use Go version 1.23.Dockerfile
: Changed the base image to use Go version 1.23.Dockerfile.dev
: Changed the base image to use Go version 1.23.go.mod
: Updated the Go version requirement to 1.23.