Skip to content

use-errors-new: disable for Go 1.26 #2191

use-errors-new: disable for Go 1.26

use-errors-new: disable for Go 1.26 #2191

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- 'tools/**'
- 'Makefile'
- 'Dockerfile'
- '.github/workflows/build.yaml'
push:
branches:
- master
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: build
run: make build