Update golang.yml

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

View File

@ -21,14 +21,10 @@ jobs:
with:
go-version: '1.22'
- name: tset
- name: Build
run: |
cd wazuh-notify-go
ls -all
- name: Build
run: go build -v ./wazuh-notify-go
go build -v ./wazuh-notify-go
- name: Release
uses: softprops/action-gh-release@v2