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

github workflows: remove gofmt and goimports actions and replace with go command invocations #104

Open
rjeczalik opened this issue Dec 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@rjeczalik
Copy link
Member

rjeczalik commented Dec 19, 2023

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

@rjeczalik rjeczalik added the enhancement New feature or request label Dec 19, 2023
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
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant