Skip to content

Commit

Permalink
drop version requirement to 1.23 for v2/
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 19, 2025
1 parent 0cba38d commit 0db806e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: set up go 1.24
- name: set up go 1.23
uses: actions/setup-go@v3
with:
go-version: "1.24"
go-version: "1.23"
id: go

- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/go-pkgz/repeater/v2

go 1.24
go 1.23

require github.com/stretchr/testify v1.10.0

Expand Down

0 comments on commit 0db806e

Please sign in to comment.