🧱 Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Upgrade staticcheck version

makon 514f2b63 1d2853df

+9 -9
+9 -9
.github/workflows/golint.yaml
··· 4 4 lint: 5 5 runs-on: ubuntu-latest 6 6 steps: 7 - - uses: actions/checkout@v3 8 - with: 9 - fetch-depth: 1 10 - - uses: WillAbides/setup-go-faster@v1.7.0 11 - with: 12 - go-version: "1.19.x" 13 - - uses: dominikh/staticcheck-action@v1.2.0 14 - with: 15 - version: "2022.1.1" 7 + - uses: actions/checkout@v3 8 + with: 9 + fetch-depth: 1 10 + - uses: WillAbides/setup-go-faster@v1.7.0 11 + with: 12 + go-version: "1.19.x" 13 + - uses: dominikh/staticcheck-action@v1.3.0 14 + with: 15 + version: "2023.1.6"