We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f10dd1 commit e95198cCopy full SHA for e95198c
.github/workflows/go.yml
@@ -93,7 +93,3 @@ jobs:
93
with:
94
token: ${{ secrets.CODECOV_TOKEN }}
95
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
@@ -31,7 +31,7 @@ jobs:
31
uses: golangci/golangci-lint-action@v9
32
33
# 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
+ version: v2.9.0
35
36
# Optional: working directory, useful for monorepos
37
# working-directory: somedir
0 commit comments