Skip to content

Commit 3f66603

Browse files
authored
Update staticcheck.yaml
1 parent 960dbc4 commit 3f66603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/staticcheck.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
fetch-depth: 1
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.22"
14+
go-version: "1.23"
1515
cache: true
1616
- name: download assets
1717
run: make download
1818
- name: build collector
1919
run: make collector
20-
- uses: dominikh/staticcheck-action@v1.3.0
20+
- uses: dominikh/staticcheck-action@v1.3.1
2121
with:
22-
version: "2023.1.7"
22+
version: "latest"
2323
install-go: false

0 commit comments

Comments
 (0)