Skip to content

Merge pull request #29 from github/owen-mc/subpackes-in-modules-txt #70

Merge pull request #29 from github/owen-mc/subpackes-in-modules-txt

Merge pull request #29 from github/owen-mc/subpackes-in-modules-txt #70

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.13
id: go
- name: Get dependencies
run: go get -v -t -d .
- name: Build go
run: go build