Skip to content

Commit

Permalink
Bump Go verison to 1.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
DPJacques committed Oct 17, 2024
1 parent 33fc064 commit df0be45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ['1.15', '1.16', '1.17', '1.18', '1.19', '1.20']
go: ['1.21', '1.22', '1.23']

steps:
- name: Set up Go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jonboulle/clockwork

go 1.15
go 1.21

0 comments on commit df0be45

Please sign in to comment.