-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Closed
Copy link
Labels
good first issueGood for newcomersGood for newcomersissue/willfixThis issue will be worked onThis issue will be worked onkind/bugSomething isn't workingSomething isn't working
Description
dominikh/staticcheck-action@v1.2.0 should be upgraded across all repos wherever it's used to v1.3.0
with these configurations:
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "latest"
install-go: false
which is part of the static check workflow:
static_check:
name: Static check
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: dominikh/staticcheck-action@v1.3.0
with:
version: "latest"
install-go: false
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersissue/willfixThis issue will be worked onThis issue will be worked onkind/bugSomething isn't workingSomething isn't working