Skip to content

fix: UnmarshalJSON fixed for values without '.' #5

fix: UnmarshalJSON fixed for values without '.'

fix: UnmarshalJSON fixed for values without '.' #5

Workflow file for this run

name: Go CI
on:
push:
branches-ignore:
- renovate/**
tags:
- 'v[0-9]+\.[0-9]+\.[0-9]+' # Push events to matching v*, i.e. v20.15.10
paths:
- '.github/workflows/**.yml'
- '*.go'
pull_request:
branches:
- '**'
paths:
- '.github/workflows/**.yml'
- '*.go'
jobs:
strongo_workflow:
permissions:
contents: write
uses: strongo/go-ci-action/.github/workflows/workflow.yml@main
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
with:
disable-version-bumping: true