We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b71963 commit a5fdd33Copy full SHA for a5fdd33
.github/workflows/golangci-lint.yml
@@ -24,8 +24,11 @@ jobs:
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: 'actions/checkout@v2'
27
+ - uses: 'actions/setup-go@v5'
28
+ with:
29
+ go-version: stable
30
- name: 'golangci-lint'
- uses: 'golangci/golangci-lint-action@v2'
31
+ uses: 'golangci/golangci-lint-action@v6'
32
with:
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: 'v1.59'
0 commit comments