Skip to content

Commit 8f94bd8

Browse files
aorabdelmonty-bot
authored andcommitted
✨ Automatic changes -> 👷 Golang version updates [ci skip]
1 parent 90c7805 commit 8f94bd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Test
22

33
# Set environment variables available in all jobs and steps
44
env:
5-
go_version: "1.25.0"
5+
go_version: "1.24.6"
66
python_version: "3.10"
77

88
on:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
# Set environment variables available in all jobs and steps
1717
env:
18-
go_version: "1.25.0"
18+
go_version: "1.24.6"
1919
python_version: "3.9"
2020

2121
jobs:

0 commit comments

Comments
 (0)