Skip to content

build(deps): bump golang from 1.21 to 1.22 #192

build(deps): bump golang from 1.21 to 1.22

build(deps): bump golang from 1.21 to 1.22 #192

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
args: --timeout 5m
skip-pkg-cache: true