summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-25 15:22:44 +1100
committerGitHub <noreply@github.com>2024-03-25 15:22:44 +1100
commitc9d28f6e9d48116ebadf72fff0e2f161784fc933 (patch)
treeedfe237ce98d93402b1382f24aab86df0f26dda5
parenta1edda1f701778964d653a19013d06fbba6c1d18 (diff)
Bump dominikh/staticcheck-action from 1.3.0 to 1.3.1 (#1658)
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md) - [Commits](https://github.com/dominikh/staticcheck-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/go.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index ba0f003..e0448a8 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -29,7 +29,7 @@ jobs:
- name: Test
run: go test -v ./...
- - uses: dominikh/staticcheck-action@v1.3.0
+ - uses: dominikh/staticcheck-action@v1.3.1
with:
version: "2022.1.3"
install-go: false