Skip to content

fix(deps): update module golang.org/x/sync to v0.5.0 #725

fix(deps): update module golang.org/x/sync to v0.5.0

fix(deps): update module golang.org/x/sync to v0.5.0 #725

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/[email protected]
with:
go-version: 1.21.3
golangci-lint-version: v1.55.2
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.3
- run: go test -v -race ./...