chore: update GitHub Actions and golangci-lint to latest versions#32
Open
deansheather wants to merge 5 commits intomainfrom
Open
chore: update GitHub Actions and golangci-lint to latest versions#32deansheather wants to merge 5 commits intomainfrom
deansheather wants to merge 5 commits intomainfrom
Conversation
6a6efcf to
a880a94
Compare
- actions/checkout v2/v3 -> v4 - actions/setup-go v3 -> v5 - actions/upload-artifact v2 -> v4 - docker/login-action v2 -> v3 - golangci/golangci-lint-action v3.2.0 -> v6 - golangci-lint v1.51.0 -> v1.64.8 - jaxxstorm/action-install-gh-release v1.7.1 -> v2.1.0 - gotestsum v1.9.0 -> v1.12.1 - Go version 1.20 -> 1.22 - Updated .golangci.yaml from coder/coder - Fixed lint warnings in tunneld code
- Add persist-credentials: false to all checkout actions - Disable Go cache in release workflow to prevent cache poisoning - Use env var instead of template expansion for docker tag
- Switch from golang.zx2c4.com/wireguard to github.com/tailscale/wireguard-go - Use coder/wireguard-go fork with data race fix - Upgrade Go version from 1.20 to 1.23 - Use go run for golangci-lint instead of action
f217f37 to
e6f119c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates all GitHub Actions and tooling to latest versions to fix failing CI.
Actions Updated
Tools Updated
Other Changes
.golangci.yamlfrom coder/coder