Skip to content

build(deps): bump github.com/grafana/k6build from 0.3.0 to 0.3.1 #82

build(deps): bump github.com/grafana/k6build from 0.3.0 to 0.3.1

build(deps): bump github.com/grafana/k6build from 0.3.0 to 0.3.1 #82

Workflow file for this run

name: lint
on:
pull_request:
branches:
- main
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "docs/**"
- README.md
- "releases/**"
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: "1.22.2"
cache: false
- name: Go linter
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2
args: --timeout=30m
install-mode: binary