Skip to content

fix: Suppress casing difference in kubernetes_agent_deployment_target… #2567

fix: Suppress casing difference in kubernetes_agent_deployment_target…

fix: Suppress casing difference in kubernetes_agent_deployment_target… #2567

Workflow file for this run

name: build
on:
push:
branches:
- '**'
schedule:
- cron: '0 19 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- run: go build ./...