Skip to content

Commit

Permalink
Merge pull request #810 from gocolly/go-1.22
Browse files Browse the repository at this point in the history
Test on Go 1.22, drop old versions
  • Loading branch information
asciimoo committed Mar 26, 2024
2 parents 4809bee + fe0ea37 commit 26a5648
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
max-parallel: 4
matrix:
go: [
"1.22",
"1.21",
"1.20",
"1.19",
"1.18",
"1.17",
]

steps:
Expand Down Expand Up @@ -46,9 +47,10 @@ jobs:
max-parallel: 4
matrix:
go: [
"1.22",
"1.21",
"1.20",
"1.19",
"1.18",
"1.17",
]

steps:
Expand Down

0 comments on commit 26a5648

Please sign in to comment.