Skip to content

Prepare changelog for 4.1.4 #20

Prepare changelog for 4.1.4

Prepare changelog for 4.1.4 #20

Workflow file for this run

name: Test
on:
push:
branches:
- "**"
tags-ignore:
- "**"
pull_request:
branches:
- main
jobs:
go-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Test
uses: robherley/go-test-action@v0.4.1