Skip to content

show vcs.revision when compiled using go install #68

show vcs.revision when compiled using go install

show vcs.revision when compiled using go install #68

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Build
run: make commit
env:
GOTOOLCHAIN: 'local'