Skip to content

Commit

Permalink
Fix/module path must match major version (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock authored Aug 27, 2024
1 parent 736741a commit 49b260a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
go: [ 1.22.x ]
go: [ 1.21.x, 1.22.x ]
env:
OS: ${{ matrix.os }}
GO: ${{ matrix.go }}
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/open-spaced-repetition/go-fsrs
module github.com/open-spaced-repetition/go-fsrs/v2

go 1.22
go 1.21

0 comments on commit 49b260a

Please sign in to comment.