Skip to content

Commit

Permalink
support go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Sep 15, 2024
1 parent 9f6fa3f commit 23dee28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
go-version: [
'1.19',
'1.20',
'1.21',
'1.22',
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/Flared/go-flareio

go 1.20
go 1.19

require github.com/stretchr/testify v1.9.0

Expand Down

0 comments on commit 23dee28

Please sign in to comment.