Skip to content

chore: update vCluster dep to v0.20.1 and Go to 1.23.2 #21

chore: update vCluster dep to v0.20.1 and Go to 1.23.2

chore: update vCluster dep to v0.20.1 and Go to 1.23.2 #21

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
paths:
- "**.go"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: false
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: -v --timeout 15m