Skip to content

Bump k8s.io/api from 0.24.6 to 0.27.3 #109

Bump k8s.io/api from 0.24.6 to 0.27.3

Bump k8s.io/api from 0.24.6 to 0.27.3 #109

Workflow file for this run

name: Checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Golangci-Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19
- name: Install dependencies
run: |
go version
go install github.com/golangci/golangci-lint/cmd/[email protected]
- name: Run golangci-lint
run: |
golangci-lint run --timeout=5m vultr/...