Skip to content

Update release workflow and fix go.mod (1.21.0 -> 1.21) #10

Update release workflow and fix go.mod (1.21.0 -> 1.21)

Update release workflow and fix go.mod (1.21.0 -> 1.21) #10

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Test
run: go test -v ./...