Skip to content

Bump github.com/diskfs/go-diskfs from 1.2.0 to 1.4.0 #11

Bump github.com/diskfs/go-diskfs from 1.2.0 to 1.4.0

Bump github.com/diskfs/go-diskfs from 1.2.0 to 1.4.0 #11

Workflow file for this run

name: Lint
on: pull_request
permissions:
contents: read
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.18
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3