Skip to content

Update nixos install docs https://github.com/MHNightCat/superfile/iss… #121

Update nixos install docs https://github.com/MHNightCat/superfile/iss…

Update nixos install docs https://github.com/MHNightCat/superfile/iss… #121

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