Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dominikh/staticcheck-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: dominikh/staticcheck-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 7 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 23, 2024

  1. README: don't depend on specific versions of Staticcheck or the action

    We grow tired of having to update the README all the time, so just
    depend on the latest versions. Users who actually care about proper
    version management will do the right thing and pin to specific versions.
    
    Closes: gh-12
    dominikh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a380d20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b452709 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab775bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    980d787 View commit details
    Browse the repository at this point in the history
  5. Update dependency on actions/cache

    Closes: gh-15
    kyoppii13 authored and dominikh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b13f990 View commit details
    Browse the repository at this point in the history
  6. README: don't mention the Go version required for the action

    The desired Go version is almost always dictated by Staticcheck, not the
    action. And while the action still supports very old versions of Go,
    nobody should be using those anymore. Remove mention of the action's
    requirement to avoid confusion.
    
    Closes: gh-10
    dominikh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    64a2c8e View commit details
    Browse the repository at this point in the history
  7. Update changelog

    dominikh committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fe1dd0c View commit details
    Browse the repository at this point in the history
Loading