Skip to content

Merge branch 'main' of https://github.com/MHNightCat/superfile #14

Merge branch 'main' of https://github.com/MHNightCat/superfile

Merge branch 'main' of https://github.com/MHNightCat/superfile #14

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Build
run: |
cd src
go build ./main.go