Skip to content

Bump to go 1.21 & k8s 1.29 #173

Bump to go 1.21 & k8s 1.29

Bump to go 1.21 & k8s 1.29 #173

Workflow file for this run

name: lint
on:
pull_request: {}
jobs:
lint:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- run: make lint