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: update GitHub Workflows #70

Merged
merged 5 commits into from
Oct 6, 2024

Conversation

fxamacker
Copy link
Owner

Updated ci.yml, ci-go-cover.yml, govulncheck.yml, and safer-golangci-lint.yml.

Changes to ci.yml:

  • Add concurrency group.
  • Run on all tags on push.
  • Test go1.17 + latest 2 versions (go1.22 and go1.23).

Changes to ci-go-cover.yml

Changes to govulncheck.yml

  • Run on all pull requests for all branches.
  • Run on all push for all branches.
  • Run daily at 12:45 UTC / 7:45 AM Central.
  • Add concurrency group.
  • Bump go to go1.23.

Changes to safer-golangci-lint.yml

@x448 PTAL 🙏

Add concurrency group.
Remove tag specifier (run on all tags on push).
Test go1.17 + latest 2 versions (go1.22 and go1.23).
Copied from https://github.com/fxamacker/cbor
- Add concurrency group
- Bump go to 1.23
- Pin dependencies
Run on all pull requests for all branches.
Run on all push for all branches.
Run daily at 12:45 UTC / 7:45 AM Central.
Add concurrency group.
Bump go to go1.23.
Copied yml from github.com/fxamacker/cbor:
- Bump golangci-lint to 1.59.1.
- Bump go to go1.22.
- Add concurrency group.
@fxamacker fxamacker added the CI CI and GitHub Actions Workflows label Oct 5, 2024
@fxamacker fxamacker self-assigned this Oct 5, 2024
@fxamacker fxamacker merged commit 3d7f1aa into main Oct 6, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI and GitHub Actions Workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants