Skip to content

Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#83) #172

Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#83)

Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#83) #172

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Build
run: make
- name: Test
run: make test
- name: Lint
run: make lint