Skip to content

build(deps): bump the golang group across 1 directory with 5 updates #45

build(deps): bump the golang group across 1 directory with 5 updates

build(deps): bump the golang group across 1 directory with 5 updates #45

Workflow file for this run

name: Golang linters
on:
push:
branches:
- "main"
- "develop"
tags:
- 'v*'
pull_request:
jobs:
nilaway:
name: Nilaway Linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: true
- name: Install Nilaway
run: go install go.uber.org/nilaway/cmd/nilaway@latest
- name: Nilaway
# This will fail for a while. Lots of work needs to go in to resolve the callsites.
# Long-term the bypass below should be removed.
continue-on-error: true
run: nilaway ./...