Skip to content

Commit fe91b0d

Browse files
committed
Bump Go verison to 1.21.
1 parent 33fc064 commit fe91b0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
go: ['1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
18+
go: ['1.21', '1.22', '1.23']
1919

2020
steps:
2121
- name: Set up Go

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/jonboulle/clockwork
22

3-
go 1.15
3+
go 1.21

0 commit comments

Comments
 (0)