Skip to content

Update module golang.org/x/sync to v0.18.0 #1498

Update module golang.org/x/sync to v0.18.0

Update module golang.org/x/sync to v0.18.0 #1498

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '^1.18.3'
- name: Test
run: |
make envtest
make test