fix test action

This commit is contained in:
maximo tejeda 2024-02-08 14:51:49 -04:00
parent db16817342
commit 525e71e50d

View File

@ -13,6 +13,9 @@ jobs:
uses: actions/checkout@v3
- name: 'Run Tests'
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
run: |
export GOPATH="$HOME/go/"
export GOBIN=$PATH:GOPATH/bin