Skip to content

chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 #171

chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0

chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 #171

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@v5
- uses: actions/setup-go@v6
with:
go-version: "stable"
cache: true
- uses: golangci/golangci-lint-action@v9
with:
skip-go-installation: true