Skip to content

Include CentOS Stream 10 when building with packit #1105

Include CentOS Stream 10 when building with packit

Include CentOS Stream 10 when building with packit #1105

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "stable"
- run: go build -v ./...
- run: go test -v ./...
- run: go vet -v ./...