Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

chore: Update to latest package versions #28

chore: Update to latest package versions

chore: Update to latest package versions #28

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- "*"
- "release-branch/*"
concurrency:
group: ${{ github.workflow }}-$${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
- name: Run go test
run: go test ./...