Skip to content

Commit f2d3179

Browse files
chore(deps): update golangci/golangci-lint-action action to v8 (#9)
* Update golangci/golangci-lint-action action to v8 * fixing github action after update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nico Bistolfi <git@bistol.fi>
1 parent 91c6d55 commit f2d3179

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Build & Test
22

33
on:
44
push:
@@ -51,10 +51,9 @@ jobs:
5151
cache: true
5252

5353
- name: Run golangci-lint
54-
uses: golangci/golangci-lint-action@v4
54+
uses: golangci/golangci-lint-action@v8
5555
with:
5656
version: latest
57-
args: --out-format=colored-line-number
5857

5958
benchmark:
6059
name: Performance Benchmarks
@@ -69,4 +68,4 @@ jobs:
6968
cache: true
7069

7170
- name: Run benchmarks
72-
run: go test -bench=. -benchmem -run=^$ ./...
71+
run: go test -bench=. -benchmem -run=^$ ./...

0 commit comments

Comments
 (0)