Skip to content

Tag beta release 17.30.0-beta.1 (#3526) #6381

Tag beta release 17.30.0-beta.1 (#3526)

Tag beta release 17.30.0-beta.1 (#3526) #6381

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.26'
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.11