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

@ -19,16 +19,12 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with: with:
go-version: '1.22' go-version: '1.22'
- name: tset
run: |
cd wazuh-notify-go
ls -all
- name: Build - name: Build
run: go build -v ./wazuh-notify-go run: |
cd wazuh-notify-go
go build -v ./wazuh-notify-go
- name: Release - name: Release
uses: softprops/action-gh-release@v2 uses: softprops/action-gh-release@v2