Skip to content

Commit

Permalink
(#116) - Update Terraform client libs
Browse files Browse the repository at this point in the history
Update go version and text matrix
  • Loading branch information
ploubser committed Aug 19, 2024
1 parent af03a7a commit 8c707ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
test:
strategy:
matrix:
go: [ "1.20", "1.21" ]
go: [ "1.22", "1.23" ]

env:
GOPATH: /home/runner/work/terraform-provider-jetstream
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/terraform-provider-jetstream

go 1.21
go 1.22

toolchain go1.22.5

Expand Down

0 comments on commit 8c707ff

Please sign in to comment.