Skip to content

Packit: remove EL8 and enable C10S downstream update #781

Packit: remove EL8 and enable C10S downstream update

Packit: remove EL8 and enable C10S downstream update #781

Workflow file for this run

name: golangci-lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6