Skip to content

Fix node20 CI warnings #18

Fix node20 CI warnings

Fix node20 CI warnings #18

Workflow file for this run

# SPDX-FileCopyrightText: The RamenDR authors
# SPDX-License-Identifier: Apache-2.0
---
name: CI
on:
push:
pull_request:
env:
GO_VERSION: "1.21"
jobs:
tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v4
- name: Check REUSE compliance
uses: fsfe/reuse-action@v2
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
- name: Build executable
run: make