Skip to content

Commit 6cf35d4

Browse files
chore: Update CI Go versions
With Go 1.26 releasing, we're advancing our supported Go versions to [1.24, 1.25, and 1.26]. I removed "stable" and "oldstable" since they overlap with "1.26" and "1.25", respectively, and it doesn't make sense to double up on the CI. New versions of Go happen so seldom, and we change this requirement so infrequently, that I think it's ok to use fixed versions.
1 parent 75566d8 commit 6cf35d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- id: versions
2525
run: |
2626
# versions of Go that this module can still be built with (and therefore are "supported" by this project) and actively supported versions of Go
27-
all_versions='["1.22", "1.23", "1.24", "1.25", "stable", "oldstable"]'
27+
all_versions='["1.24", "1.25", "1.26"]'
2828
excluding='${{ inputs.excluding_versions }}'
2929
3030
# Filter out excluded versions using jq

0 commit comments

Comments
 (0)