Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
upgrade nats to latest stable version, not master branch (doesn't exist)
  • Loading branch information
iamemilio authored Oct 19, 2023
1 parent e661752 commit 5a5b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# If we are using the latest released version to test, we need to use a newer version of go
- go-version: 1.19.x
dirs: v3/integrations/nrnats
extratesting: go get -u github.com/nats-io/nats.go@master
extratesting: go get -u github.com/nats-io/nats.go
goproxy: direct
- go-version: 1.19.x
dirs: v3/integrations/nrstan
Expand Down

0 comments on commit 5a5b53d

Please sign in to comment.