Fix Github workflow and add screenshots
Some checks failed
Go / build (push) Has been cancelled

This commit is contained in:
2025-10-03 11:52:19 +01:00
parent 9fe289a0ab
commit c36d278a31
6 changed files with 10 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
# 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:
@@ -10,16 +7,13 @@ on:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: go build -v ./...