Skip to content

fix(deps): update module github.com/fluxcd/source-controller/api to v1.8.5 - autoclosed #329

fix(deps): update module github.com/fluxcd/source-controller/api to v1.8.5 - autoclosed

fix(deps): update module github.com/fluxcd/source-controller/api to v1.8.5 - autoclosed #329

Workflow file for this run

name: CI
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
jobs:
build_validate_test:
uses: openmcp-project/build/.github/workflows/ci.lib.yaml@b502e7a3478ba1944abb4a69aea548d115721e96 # main
secrets: inherit
e2e_test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Set up Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
with:
go-version: "1.26"
- name: e2e test
run: go test -v ./e2e/... -count=1