Skip to content

replace golang.org/x/crypto to v0.31.0 also for components and tests #1046

replace golang.org/x/crypto to v0.31.0 also for components and tests

replace golang.org/x/crypto to v0.31.0 also for components and tests #1046

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
permissions:
contents: read
jobs:
integration-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up go environment
uses: actions/setup-go@v4
with:
go-version: 1.23.1
- name: Run integration tests without lifecycle-manager
run: make -C hack/ci run-without-lifecycle-manager