Skip to content

set version 1.7.0 because it breaks compatibility due config changes #125

set version 1.7.0 because it breaks compatibility due config changes

set version 1.7.0 because it breaks compatibility due config changes #125

Workflow file for this run

name: Check Version
on:
push:
branches:
- 'release/**'
- 'feature/**'
- 'fix/**'
- '**'
pull_request:
jobs:
check_version:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Checkout code
uses: actions/checkout@v4
- name: Check Version
run: make check-is-new-version