Skip to content

chore(dependabot): bump golang.org/x/time from 0.5.0 to 0.6.0 #3133

chore(dependabot): bump golang.org/x/time from 0.5.0 to 0.6.0

chore(dependabot): bump golang.org/x/time from 0.5.0 to 0.6.0 #3133

Workflow file for this run

name: Lint golangci
on:
pull_request:
branches:
- main
- feat/**
workflow_dispatch:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v4.0.0
with:
version: v1.56.2
args: --verbose