Skip to content

chore: release 0.23.0 #767

chore: release 0.23.0

chore: release 0.23.0 #767

Workflow file for this run

name: Lint and test
on:
push:
branches:
- develop
pull_request:
jobs:
test:
name: Lint and test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v9
with:
install-mode: goinstall
version: v2.12.2
- name: Test
run: go test ./...