Skip to content

chore: update changelog for version v1.1.0 #22

chore: update changelog for version v1.1.0

chore: update changelog for version v1.1.0 #22

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- main
- dev
pull_request:
permissions:
contents: read
jobs:
golangci:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.22.x]
name: golangci-lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.59.1