Skip to content

Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 (#46) #82

Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 (#46)

Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 (#46) #82

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