Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

1. updating dependencies #2

1. updating dependencies

1. updating dependencies #2

Workflow file for this run

name: test Go using asdf
on:
push:
pull_request:
jobs:
test-asdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install asdf & tools
uses: asdf-vm/actions/install@v2
- name: Tests
run: go test -v ./...