Skip to content

Make it possible to build with Go 1.23. #278

Make it possible to build with Go 1.23.

Make it possible to build with Go 1.23. #278

Workflow file for this run

name: "Lint code"
on:
push:
branches:
- main
- releases/*
pull_request:
branches:
- main
- releases/*
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
with:
go-version: 1.21
- uses: actions/[email protected]
- name: "Lint the code"
run: make lint
- name: "Verify generate"
run: ./hack/verify-generate.sh
- name: "Verify go clean"
run: ./hack/verify-go-clean.sh