Skip to content

Commit

Permalink
Require Go 1.21+
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Aug 16, 2024
1 parent 3e40b1a commit e1d52b3
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- macOS
- Windows
go-version:
- '1.20'
- '1.21'
- '1.22'
- '1.23'
include:
- platform: Linux
os: ubuntu-latest
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/hattya/go.diff

go 1.20
go 1.21

0 comments on commit e1d52b3

Please sign in to comment.