Skip to content

Commit

Permalink
chore: yolo to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Aug 15, 2024
1 parent 41ebe5b commit 9be3f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
unit-test:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 12
max-parallel: 6
matrix:
os:
- ubuntu-latest
- macos-latest
go-version:
- "1.17"
- "1.18"
- "1.19"
- "1.20"
- "1.21"
- "1.22"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/scrapli/scrapligo

go 1.17
go 1.20

require (
github.com/creack/pty v1.1.23
Expand Down

0 comments on commit 9be3f1f

Please sign in to comment.