Skip to content

Bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 #71

Bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0

Bump github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0 #71

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches: main
types:
- opened
- reopened
- synchronize
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
steps:
- name: Checkout mode
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.20"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --timeout=5m