Create golang.yml

This commit is contained in:
DariusKlein 2024-06-10 15:06:42 +02:00 committed by GitHub
parent 583a6f3f02
commit 3bb4653440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

33
.github/workflows/golang.yml vendored Normal file
View File

@ -0,0 +1,33 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: Go
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22'
- name: Build
run: go build -v ./wazuh-notify-go
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
wazuh-notify-go/wazuh-notify