Skip to content

Update Golang & GHAs #168

Update Golang & GHAs

Update Golang & GHAs #168

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Checkout
uses: actions/checkout@v4
- name: Go Test
run: go test ./...