Skip to content

Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 #315

Bump github.com/klauspost/compress from 1.17.9 to 1.17.10

Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 #315

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
pull_request:
push:
permissions:
contents: read
jobs:
test:
strategy:
fail-fast: false
matrix:
runs-on: ["ubuntu-latest", "windows-latest"]
uses: hansmi/ghactions-go-test-workflow/.github/workflows/[email protected]
with:
runs-on: ${{ matrix.runs-on }}
# vim: set sw=2 sts=2 et :