Skip to content

Bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 #175

Bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0

Bump github.com/go-git/go-billy/v5 from 5.8.0 to 5.9.0 #175

Workflow file for this run

name: "Static Analysis"
on:
push:
branches:
- '**'
tags-ignore:
- '**'
pull_request:
jobs:
Static-Check:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Static Code Analysis
uses: golangci/golangci-lint-action@v9
with:
version: latest