Skip to content

fix: update e2e tests #647

fix: update e2e tests

fix: update e2e tests #647

Workflow file for this run

name: Lint
on: [push]
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53
args: --timeout=5m