Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Update CHANGELOG.md with v1.3.0, v1.3.1, and unreleased changes #261

Update CHANGELOG.md with v1.3.0, v1.3.1, and unreleased changes

Update CHANGELOG.md with v1.3.0, v1.3.1, and unreleased changes #261

Workflow file for this run

name: build
on:
- push
- pull_request
jobs:
go-build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
env:
GO111MODULE: off
with:
go-version: 1.25
id: go
- name: Checkout Repository
uses: actions/checkout@v4
- run: make build
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- run: make docker-build