Skip to content

Commit

Permalink
CI: bump staticcheck GHAction
Browse files Browse the repository at this point in the history
For initial setup, I used the docs at
<https://staticcheck.io/docs/running-staticcheck/ci/github-actions/> which
worked, but we noticed slightly late that there were deprecation warnings on
our shiny new GitHub Action.
Meanwhile, <https://github.com/marketplace/actions/staticcheck> has a newer
version of the action.

So bump the staticcheck action version (not the staticcheck binary version).
  • Loading branch information
philpennock committed Mar 16, 2023
1 parent 73b08e0 commit 9fe76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
# You can see the individual values in the "Set up Go" output, collapsed inside a "go env" group at the end.

- name: Install staticcheck
uses: dominikh/staticcheck-action@v1.2.0
uses: dominikh/staticcheck-action@v1.3.0
with:
version: "2022.1.1"

Expand Down

0 comments on commit 9fe76da

Please sign in to comment.