Skip to content

Update artifacts to release candidates built with tags #241

Update artifacts to release candidates built with tags

Update artifacts to release candidates built with tags #241

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
golangci:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 300s