Fix lint errors and upgrade GitHub Actions workflows#7
Conversation
…ub Actions workflows - Fix S1007: Use raw strings for regexp compilation in lexer.go - Fix S1009: Remove redundant nil checks for slices in lexer.go - Fix S1019: Simplify make() calls in heatPlot.go - Fix S1025: Remove redundant fmt.Sprintf usage in heatPlot.go - Fix SA1019: Replace deprecated rand.Seed with local RNG in cmd/heatPlotRandom/main.go - Upgrade actions/checkout to v4 - Upgrade actions/setup-go to v5 - Upgrade golangci-lint-action to v6 - Upgrade goreleaser-action to v6 - Remove deprecated actions/cache usage from workflows Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses lint errors reported by golangci-lint and upgrades GitHub Actions workflows to remove deprecated actions and use latest versions.
Changes:
rand.Seedwith a local random number generator incmd/heatPlotRandom/main.go.gosimplelint errors (S1007, S1009, S1019, S1025) inlexer.goandheatPlot.go.go.yml,golangci-lint.yaml,goreleaser.yaml,test.yaml) to use updated action versions and removedactions/cacheas requested.PR created automatically by Jules for task 8781805176559948150 started by @arran4