Skip to content

Commit 1686ca9

Browse files
committed
ci: updated Go version to 1.24.9 in CI workflows
1 parent 7f2f3e6 commit 1686ca9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
GO_VERSION: 1.23.1
9+
GO_VERSION: 1.24.9
1010

1111
permissions: read-all
1212

.github/workflows/pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [opened, reopened, edited, synchronize]
66

77
env:
8-
GO_VERSION: 1.23.1
8+
GO_VERSION: 1.24.9
99

1010
permissions: read-all
1111

0 commit comments

Comments
 (0)