Skip to content

build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /pkg #512

build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /pkg

build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /pkg #512

Workflow file for this run

name: golangci-lint
on:
push:
branches: ['*']
tags: ['v*']
pull_request:
branches: ['*']
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.19'
check-latest: true
- name: golangci-lint
uses: golangci/[email protected]
with:
version: latest
working-directory: ./pkg