-
Notifications
You must be signed in to change notification settings - Fork 68
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 GitHub actions #162
Conversation
* actions/checkout v4 is available * actions/setup-go v5 is availabe, v4+ has an integrated cache * Caching in ci.yml was removed * Caching in go-cross.yml was not touched because more stuff is cached * actions/cache v4 is available * golangci/golangci-lint-action is available and has CI optimized caching integrated * Go 1.23 (current stable) can check clean dependencies with `go mod tidy -diff` * actions/go-dependency-submission v2 is available
Hey @breml , Suggestions:
|
PR size is fine for me.
I am fine with
This is not a problem. This can stay as is.
Agree, you may change this to
I prefer to keep it explicit to |
Maybe I do not know how this works. If I change to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* This was missed at mna#162
go mod tidy -diff