Update golang.yml

This commit is contained in:
DariusKlein 2024-06-10 15:10:25 +02:00 committed by GitHub
parent d2e1e4ea65
commit 25f739c434
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,10 @@ jobs:
go-version: '1.22'
- name: tset
run: ls -all
run: |
cd wazuh-notify-go
ls -all
- name: Build
run: go build -v ./wazuh-notify-go