Skip to content

Commit

Permalink
Merge pull request #374 from ripienaar/0_0_31
Browse files Browse the repository at this point in the history
prepare release 0.0.31
  • Loading branch information
ripienaar authored Apr 15, 2022
2 parents 83c9d5c + 52d6332 commit 74f6dbd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on: [push, pull_request]
jobs:
lint_and_test:
runs-on: ubuntu-latest
env:
GO111MODULE: "on"

strategy:
matrix:
go: [ 1.17, 1.18 ]

steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/google/go-cmp v0.5.7
github.com/klauspost/compress v1.15.1
github.com/nats-io/nats-server/v2 v2.7.5-0.20220414055341-ec3f9258afde
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c
github.com/nats-io/nuid v1.0.1
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ github.com/nats-io/nats-server/v2 v2.7.5-0.20220413010444-e06e0a247fe7 h1:YlPFbU
github.com/nats-io/nats-server/v2 v2.7.5-0.20220413010444-e06e0a247fe7/go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220414055341-ec3f9258afde h1:xq3o1kmoAg8eHpS7ijxs9RAYwL9ifrFtzoK4P9M/WBs=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220414055341-ec3f9258afde/go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703 h1:d8siT+8VQ68hfqPqYZvpMrHIihlMVW3gGy+o2hRDCyg=
github.com/nats-io/nats-server/v2 v2.7.5-0.20220415000625-a6b62f61a703/go.mod h1:5vic7C58BFEVltiZhs7Kq81q2WcEPhJPsmNv1FOrdv0=
github.com/nats-io/nats.go v1.14.0/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c h1:6jrqGDg/avM6mFiY4SvqG+4cf8z5mM6NJcpFLBz21ds=
github.com/nats-io/nats.go v1.14.1-0.20220412004736-c75dfd54b52c/go.mod h1:BPko4oXsySz4aSWeFgOHLZs3G4Jq4ZAyE6/zMCxRT6w=
Expand Down

0 comments on commit 74f6dbd

Please sign in to comment.