Skip to content

Bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 #182

Bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8

Bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 #182

Workflow file for this run

name: Go Linting
on:
push:
branches: [ main ]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/go-lint.yml'
pull_request:
branches: [ main ]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/go-lint.yml'
jobs:
lint:
name: Lint Go Code
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest
args: --timeout=5m