Skip to content

Bump github.com/nats-io/nats.go from 1.52.0 to 1.53.1 #81

Bump github.com/nats-io/nats.go from 1.52.0 to 1.53.1

Bump github.com/nats-io/nats.go from 1.52.0 to 1.53.1 #81

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- run: go test ./...
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v9
with:
version: v2.11.2
helm-lint:
name: Helm Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: azure/setup-helm@v4
- run: helm lint deploy/helm/kigeon