Skip to content

Commit

Permalink
minimum go version 1.20, test on 1.21
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Aug 14, 2023
1 parent d633780 commit b6520ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
go: [ "1.19", "1.20" ]
go: [ "1.20", "1.21" ]

steps:
- name: Checkout code
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/nats-io/jsm.go

go 1.19
go 1.20

require (
github.com/antonmedv/expr v1.13.0
Expand Down

0 comments on commit b6520ae

Please sign in to comment.