This commit is contained in:
SmileRex
2025-01-23 05:03:29 +03:00
parent 774ffe78fc
commit 97daedcb35
6 changed files with 39 additions and 33 deletions

View File

@@ -1,18 +0,0 @@
name: Go
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: go build -v ./...