fix test action
This commit is contained in:
parent
db16817342
commit
525e71e50d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user