8000 chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 · caarlos0/starcharts@088847b · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 #137

chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0

chore(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 #137

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