Skip to content

Bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 #83

Bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0

Bump github.com/go-git/go-billy/v5 from 5.6.2 to 5.7.0 #83

Workflow file for this run

name: Lint project
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
lint-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: "go.mod"
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
args: --timeout=10m