Skip to content

Commit 565fe45

Browse files
authored
Merge pull request #3773 from ActiveState/mitchell/github-actions-go-1-24
Updated GitHub Actions to Go 1.24.
2 parents 5f3918d + 560d8fb commit 565fe45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ jobs:
443443
name: Install Go
444444
uses: actions/setup-go@v5
445445
with:
446-
go-version: 1.23.x
446+
go-version: 1.24.x
447447

448448
- # === Install State Tool ===
449449
name: Install State Tool

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
name: Install Go
3232
uses: actions/setup-go@v5
3333
with:
34-
go-version: '1.23.x'
34+
go-version: '1.24.x'
3535

3636
- # === Install State Tool ===
3737
name: Install State Tool

0 commit comments

Comments
 (0)