Skip to content

Conversation

@binbandit
Copy link
Owner

Updated logic to use performance enhancing solutions

@binbandit
Copy link
Owner Author

Would love some input from @nikoksr and @ccoVeille

Comment on lines +44 to +46
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.23'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the with here, it will use the last stable, it's enough for goreleaser I think, and so no need to maintain the latest go version here.

Another solution is to use 'go.mod' as a value here, please double check by reading the documentation of the GitHub action

Comment on lines -49 to -52
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why removing golangci-lint from the CI?


release:
name: Release
needs: [test, lint]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you needs "lint", but you remove it, you will have an issue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm still worried by this

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
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