Skip to content

Commit to trigger workflow #2

Commit to trigger workflow

Commit to trigger workflow #2

Workflow file for this run

name: Go
on:
push:
jobs:
setup-go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'