Skip to content

Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 #65

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

Bump github.com/klauspost/compress from 1.17.10 to 1.17.11 #65

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- release
jobs:
lint:
strategy:
matrix:
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: lint
uses: golangci/golangci-lint-action@v6
with:
version: latest