Skip to content

Graceful handling for go.mod file #38

Graceful handling for go.mod file

Graceful handling for go.mod file #38

Workflow file for this run

name: pr
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Build
run: ./build.sh