Skip to content

Commit

Permalink
chore(ci): run on all OSes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Oct 15, 2023
1 parent b98efe6 commit 6afb1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
uses: go-simpler/.github/.github/workflows/test.yml@main
with:
go-versions: '[ "stable" ]' # current "oldstable" (1.20) does not contain flag.FlagSet.BoolFunc.
runs-on: '[ "ubuntu-latest", "windows-latest", "macos-latest" ]'
lint:
uses: go-simpler/.github/.github/workflows/lint.yml@main
vuln:
Expand Down

0 comments on commit 6afb1e5

Please sign in to comment.