Skip to content

Commit 8d7656e

Browse files
committed
Upgrade workflows
1 parent 68ba050 commit 8d7656e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Go
3434
uses: actions/setup-go@v3
3535
with:
36-
go-version: 1.19
36+
go-version: 1.21
3737
check-latest: true
3838
cache: true
3939

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Go
2222
uses: actions/setup-go@v3
2323
with:
24-
go-version: 1.19
24+
go-version: 1.21
2525
check-latest: true
2626
cache: true
2727

0 commit comments

Comments
 (0)