Skip to content

Commit 02b3b1c

Browse files
committed
build: indicate which versions of Go are supported vs "supported"
But we won't really indicate /what/ "supported" means at this time.
1 parent d05a186 commit 02b3b1c

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
# perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
1010
matrix:
1111
version:
12+
# versions of Go that this module can still be built with (and therefore are "supported" by this project)
1213
- "1.20"
1314
- "1.21"
1415
- "1.22"
16+
# actively supported versions of Go
1517
- "1.23"
1618
- "1.24"
1719
steps:

.github/workflows/generate.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
# perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
1010
matrix:
1111
version:
12+
# versions of Go that this module can still be built with (and therefore are "supported" by this project)
1213
- "1.20"
1314
- "1.21"
1415
- "1.22"
16+
# actively supported versions of Go
1517
- "1.23"
1618
- "1.24"
1719
steps:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
# perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
1010
matrix:
1111
version:
12+
# versions of Go that this module can still be built with (and therefore are "supported" by this project)
1213
- "1.20"
1314
- "1.21"
1415
- "1.22"
16+
# actively supported versions of Go
1517
- "1.23"
1618
- "1.24"
1719
steps:

.github/workflows/tidy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ jobs:
99
# perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
1010
matrix:
1111
version:
12+
# versions of Go that this module can still be built with (and therefore are "supported" by this project)
1213
- "1.20"
1314
- "1.21"
1415
- "1.22"
16+
# actively supported versions of Go
1517
- "1.23"
1618
- "1.24"
1719
steps:

0 commit comments

Comments
 (0)