Skip to content

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2 #48

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2

build(deps): bump go.k6.io/k6 from 0.55.0 to 0.55.2 #48

Workflow file for this run

name: Lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
args: --config=.golangci.yml