Skip to content

feat: reference extended base image in install-config #251

feat: reference extended base image in install-config

feat: reference extended base image in install-config #251

Workflow file for this run

# Copyright (c) Codesphere Inc.
# SPDX-License-Identifier: Apache-2.0
name: golangci-lint
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1