Skip to content

Update registry.redhat.io/ubi8/go-toolset Docker tag to v1.22 (rhoai-2.16) #33

Update registry.redhat.io/ubi8/go-toolset Docker tag to v1.22 (rhoai-2.16)

Update registry.redhat.io/ubi8/go-toolset Docker tag to v1.22 (rhoai-2.16) #33

Workflow file for this run

name: Functional Tests
on:
pull_request:
jobs:
functest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Run Functional Tests
env:
SSL_CERT_FILE: ${{ github.workspace }}/controllers/testdata/tls/ca-bundle.crt
run: make functest