Skip to content

build(deps): bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0 #251

build(deps): bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0

build(deps): bump github.com/go-git/go-git/v5 from 5.17.2 to 5.18.0 #251

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
push:
branches:
- 'main'
- 'release/**'
jobs:
test-linux-amd64:
runs-on: ubuntu-latest
steps:
- name: Test suite setup
uses: fluxcd/gha-workflows/.github/actions/[email protected]
with:
go-version: 1.26.x
- name: Run tests
env:
SKIP_COSIGN_VERIFICATION: true
TEST_AZURE_ACCOUNT_NAME: ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
TEST_AZURE_ACCOUNT_KEY: ${{ secrets.TEST_AZURE_ACCOUNT_KEY }}
run: make test