Skip to content

Bump version to 1.22.0 and update changelog #691

Bump version to 1.22.0 and update changelog

Bump version to 1.22.0 and update changelog #691

Workflow file for this run

name: Go Lint
on:
pull_request:
paths:
- "go/**"
- "openapi.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
working-directory: go