Skip to content

Commit ad6947b

Browse files
authored
Merge pull request #25 from go-text/benoitkugler-patch-1
Update staticcheck version to 0.6.0
2 parents 381f307 + 1e4c723 commit ad6947b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
persist-credentials: false
13-
- uses: WillAbides/setup-go-faster@v1
13+
- uses: actions/setup-go@v6
1414
with:
1515
go-version: 'stable'
1616

1717
- name: Install analysis tools
18-
run: go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
18+
run: go install honnef.co/go/tools/cmd/staticcheck@v0.6.0
1919

2020
- name: Vet
2121
run: go vet ./...
2222

2323
- name: Staticcheck
24-
run: staticcheck ./...
24+
run: staticcheck ./...

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
18-
- uses: WillAbides/setup-go-faster@v1
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121

0 commit comments

Comments
 (0)