Skip to content

Key cache on cluster server URL + user name when available #4

Key cache on cluster server URL + user name when available

Key cache on cluster server URL + user name when available #4

Workflow file for this run

name: golangci-lint
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.26.4"
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: latest