Skip to content

chore(ci): Bump GKE K8s version from 1.23 to 1.24 (#801) #2330

chore(ci): Bump GKE K8s version from 1.23 to 1.24 (#801)

chore(ci): Bump GKE K8s version from 1.23 to 1.24 (#801) #2330

Workflow file for this run

name: lint
on:
pull_request:
branches:
- '*'
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch: {}
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup golang
uses: actions/setup-go@v4
with:
go-version: '^1.19'
- name: Run golangci-lint
uses: golangci/[email protected]
with:
skip-cache: true # actions/setup-go from v4 handles caching for us