Skip to content

chore(deps): update dependency golangci/golangci-lint to v1.58.2 #818

chore(deps): update dependency golangci/golangci-lint to v1.58.2

chore(deps): update dependency golangci/golangci-lint to v1.58.2 #818

Workflow file for this run

name: go
on:
push:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
pull_request:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
jobs:
check:
uses: int128/go-workflows/.github/workflows/check.yaml@v0.3.0
with:
go-version-file: go.mod
golangci-lint-version: v1.58.0
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: go test -v -race ./...