Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

fix: fix data type

fix: fix data type #7

Workflow file for this run

name: Golang
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-go@v5
with:
go-version: stable
- uses: goreleaser/goreleaser-action@v6
with:
args: build --clean --snapshot