Skip to content

Commit 65cf82d

Browse files
committed
Update Go version in GitHub Actions workflow
- Removed Go version 1.22 and added version 1.25 to the matrix for testing. - This change ensures compatibility with the latest Go features and improvements. Signed-off-by: [Your Name] <[email protected]> Signed-off-by: Denis Arslanbekov <[email protected]>
1 parent c5829a2 commit 65cf82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
strategy:
2727
matrix:
2828
go:
29-
- "1.22"
3029
- "1.23"
3130
- "1.24"
31+
- "1.25"
3232

3333
steps:
3434
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)