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

Update setup-go action & improve usage #238

Update setup-go action & improve usage

Update setup-go action & improve usage #238

Workflow file for this run

name: Build
on:
pull_request: {}
push:
branches:
- master
jobs:
go-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run build
run: make build