Skip to content

Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 #108

Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6

Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6 #108

Workflow file for this run

name: Ginkgo Tests
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go: [1.19]
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: ${{matrix.go}}
- name: Lint and Test
uses: choria-io/actions/lint_and_test/go@main
with:
ginkgo: "v2"