-
Notifications
You must be signed in to change notification settings - Fork 10
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
github workflows: remove gofmt and goimports actions and replace with go command invocations #104
Labels
enhancement
New feature or request
Comments
rjeczalik
added a commit
that referenced
this issue
Dec 19, 2023
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Dec 19, 2023
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Dec 19, 2023
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Mar 17, 2024
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Mar 17, 2024
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Mar 18, 2024
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
rjeczalik
added a commit
that referenced
this issue
Mar 18, 2024
This PR updates Go dependencies by running the following commands: $ go get -u ./... $ go mod tidy Also GitHub Actions deps were updates and workflows sligthly improved. An issue were created to improve them even further: #104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those actions are not being actively updated:
https://github.com/Jerome1337/goimports-action (last update 1 years ago)
https://github.com/Jerome1337/gofmt-action (last update 3 year ago)
Also they are not that useful and can be replaced with a single bash one-liner.
So let's do that, dropping external dependencies is always a good thing to do.
Also let's removed forked repositories:
https://github.com/scylladb/goimports-action
https://github.com/scylladb/gofmt-action
The text was updated successfully, but these errors were encountered: