Update golang.yml
This commit is contained in:
parent
ec49876a95
commit
d2e1e4ea65
5
.github/workflows/golang.yml
vendored
5
.github/workflows/golang.yml
vendored
@ -20,9 +20,12 @@ jobs:
|
|||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
|
|
||||||
|
- name: tset
|
||||||
|
run: ls -all
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v wazuh-notify-go
|
run: go build -v ./wazuh-notify-go
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user