Skip to content

fix(deps): Update module golang.org/x/sync to v0.18.0 #77

fix(deps): Update module golang.org/x/sync to v0.18.0

fix(deps): Update module golang.org/x/sync to v0.18.0 #77

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Run Test
run: go install github.com/google/go-licenses/v2 && go test ./...