Skip to content

Manually RE-run go-get and go-mod-tidy #104

Manually RE-run go-get and go-mod-tidy

Manually RE-run go-get and go-mod-tidy #104

Workflow file for this run

name: Build
on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
lint_and_test:
name: lint and test
uses: arcalot/arcaflow-reusable-workflows/.github/workflows/go_lint_and_test.yaml@main
with:
go_version: ${{ vars.ARCALOT_GO_VERSION }}