Skip to content

Commit fb62f77

Browse files
chore(go): add go 1.25 to CI (#800)
1 parent d7d8bf1 commit fb62f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library_go_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
library: [AwsEncryptionSDK, TestVectors]
23-
go-version: ["1.23", "1.24"]
23+
go-version: ["1.23", "1.24", "1.25"]
2424
os: [
2525
# Sed script doesn't work properly on windows
2626
# windows-latest,

0 commit comments

Comments
 (0)