fix: errors.Join defined for go1.19 or below will not work using unsafe.String #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: x | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
workflow_dispatch: | |
# Common Go workflows from go faster | |
# See https://github.com/go-faster/x | |
jobs: | |
test: | |
uses: go-faster/x/.github/workflows/test.yml@main | |
cover: | |
uses: go-faster/x/.github/workflows/cover.yml@main | |
lint: | |
uses: go-faster/x/.github/workflows/lint.yml@main | |
commit: | |
uses: go-faster/x/.github/workflows/commit.yml@main | |
nancy: | |
uses: go-faster/x/.github/workflows/nancy.yml@main | |
codeql: | |
uses: go-faster/x/.github/workflows/codeql.yml@main |