Skip to content

chore: Remove deprecated EDPComponents CRD (#42) #249

chore: Remove deprecated EDPComponents CRD (#42)

chore: Remove deprecated EDPComponents CRD (#42) #249

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
env:
GOLANG_VERSION: '1.20'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.GOLANG_VERSION }}
- name: Build
run: make build
- name: Test
run: make test
- name: Upload codecov
uses: codecov/codecov-action@v3.1.0
with:
file: coverage.out