Skip to content

Commit 23ccd44

Browse files
committed
Specify 1.26.0 as the minimum version of Go used by GitHub Actions
1 parent f8321ec commit 23ccd44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Go
33
on: [push]
44

55
env:
6-
GO_VERSION: '>=1.24.0'
6+
GO_VERSION: '>=1.26.0'
77

88
jobs:
99

.github/workflows/release.yml

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

88
env:
9-
GO_VERSION: '>=1.24.0'
9+
GO_VERSION: '>=1.26.0'
1010

1111
jobs:
1212

0 commit comments

Comments
 (0)