Skip to content

make log global; rename Scanner.Do to Scanner.Run #1

make log global; rename Scanner.Do to Scanner.Run

make log global; rename Scanner.Do to Scanner.Run #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go ${{ matrix.go-version }}

Check failure on line 17 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Display Go version
run: go version
- name: Build
run: go build -mod vendor -v ./... -o bin/flower
- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
with:
files: bin/flower