Skip to content

Update module golang.org/x/sync to v0.8.0 #72

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

Update module golang.org/x/sync to v0.8.0 #72

Workflow file for this run

name: Go Test & Build
on:
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...