Skip to content

Merge https://github.com/migtools/kubevirt-datamover-controller:oadp-1.6 (53ea0a5) into oadp-1.6 #143

Merge https://github.com/migtools/kubevirt-datamover-controller:oadp-1.6 (53ea0a5) into oadp-1.6

Merge https://github.com/migtools/kubevirt-datamover-controller:oadp-1.6 (53ea0a5) into oadp-1.6 #143

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
lint:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run linter
uses: golangci/golangci-lint-action@v8
with:
version: v2.7.2