Skip to content

Commit e95198c

Browse files
committed
ci: removed goreportcard + golangci-lint v2.9.0
1 parent 6f10dd1 commit e95198c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,3 @@ jobs:
9393
with:
9494
token: ${{ secrets.CODECOV_TOKEN }}
9595
slug: pilinux/gorest
96-
97-
- name: Update Go report card
98-
if: github.event_name == 'push'
99-
uses: creekorful/goreportcard-action@v1.0

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: golangci/golangci-lint-action@v9
3232
with:
3333
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
34-
version: v2.8.0
34+
version: v2.9.0
3535

3636
# Optional: working directory, useful for monorepos
3737
# working-directory: somedir

0 commit comments

Comments
 (0)