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

Updated go 1.22.1 #46

Merged
merged 7 commits into from
May 10, 2024
Merged

Updated go 1.22.1 #46

merged 7 commits into from
May 10, 2024

Conversation

pourtorabehsan
Copy link

@pourtorabehsan pourtorabehsan commented May 9, 2024

Update golang 1.22.1 to resolve GHSA-32ch-6x54-q4h9, GHSA-rr6r-cfgf-gc6h, and GHSA-3q2c-pvp5-3cqp

revive was failing on files without any changes, I set those linters to warning only but it didn't work, so I had to disable them for now, it might be a bug, any idea to resolve that without disabling them?

revive:
    rules:
      - name: empty-block
        severity: warning
        disabled: true
      - name: unused-parameter
        severity: warning
        disabled: true

@pourtorabehsan pourtorabehsan requested review from wayt and jpfourny May 10, 2024 13:43
@pourtorabehsan pourtorabehsan merged commit b6cd4c5 into master May 10, 2024
3 checks passed
@pourtorabehsan pourtorabehsan deleted the update-golang-1-22-1 branch May 10, 2024 13:50
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