Skip to content

Remove Trailing / from the repository path #1936

Remove Trailing / from the repository path

Remove Trailing / from the repository path #1936

Workflow file for this run

name: Go Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v3.0.0
with:
go-version: '1.21'
check-latest: true
- name: Checkout code
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Test
run: make test