Skip to content

fix(go): properly set up the Go environment #25

fix(go): properly set up the Go environment

fix(go): properly set up the Go environment #25

Workflow file for this run

name: CI
# test
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
on:
push:
tags: ['v[0-9]+.[0-9]+.[0-9]+', 'v[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+']
pull_request:
types: [opened, synchronize, edited]
jobs:
insight:
name: Insight
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Insight
uses: ./