Skip to content

Commit

Permalink
test against go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Oct 16, 2023
1 parent 41adaa4 commit 36acaca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
test:
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:
uses: go-simpler/.github/.github/workflows/vuln.yml@main
g

0 comments on commit 36acaca

Please sign in to comment.