Skip to content

Prepare changelog for 1.0.4 #17

Prepare changelog for 1.0.4

Prepare changelog for 1.0.4 #17

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/[email protected]