Skip to content

Commit b8e5cc2

Browse files
committed
Upgrade to Go 1.24
1 parent 7cf1e62 commit b8e5cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- reopened
88

99
env:
10-
GO_VERSION: "1.21"
10+
GO_VERSION: "1.24"
1111

1212
name: Commit
1313
jobs:
@@ -72,7 +72,7 @@ jobs:
7272
# - uses: actions/checkout@v2
7373
# - uses: actions/setup-go@v2
7474
# with:
75-
# go-version: '1.20'
75+
# go-version: '1.24'
7676
# - uses: actions/cache@v2
7777
# with:
7878
# path: ~/go/pkg/mod

.github/workflows/release.linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v2
3232
- uses: actions/setup-go@v2
3333
with:
34-
go-version: '1.21'
34+
go-version: '1.24'
3535

3636
- id: release
3737
uses: bruceadams/get-release@v1.2.2

0 commit comments

Comments
 (0)