We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06fff3 commit 56ba44dCopy full SHA for 56ba44d
.github/workflows/go.yml
@@ -73,16 +73,14 @@ jobs:
73
runs-on: ubuntu-latest
74
strategy:
75
matrix:
76
- golangci_lint: [v1.38]
+ golangci_lint: [v1.50.1]
77
golang: [1.19.x]
78
steps:
79
- uses: actions/checkout@v3
80
- - name: Set up Go
81
- uses: actions/setup-go@v3
+ - uses: actions/setup-go@v3
82
with:
83
go-version: ${{ matrix.golang }}
84
- - name: golangci-lint
85
- uses: golangci/golangci-lint-action@v3
+ - uses: golangci/golangci-lint-action@v3
86
87
version: ${{ matrix.golangci_lint }}
88
#github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments