Skip to content

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

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 #130

Workflow file for this run

name: Lint - Go
on:
push:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout=5m
version: latest