Skip to content

Commit

Permalink
Test on Go 1.22, drop old versions
Browse files Browse the repository at this point in the history
The Go team officially supports the two latest releases, so we're even
being generous here.

Go 1.17 notably lacks useful strings.Cut function.
  • Loading branch information
WGH- committed Mar 25, 2024
1 parent 4ccfe78 commit fe0ea37
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 fe0ea37

Please sign in to comment.