Skip to content

Bump github.com/adrg/xdg from 0.5.2 to 0.5.3 (#54) #285

Bump github.com/adrg/xdg from 0.5.2 to 0.5.3 (#54)

Bump github.com/adrg/xdg from 0.5.2 to 0.5.3 (#54) #285

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install nix
uses: nixbuild/nix-quick-install-action@v28
with:
nix_conf: experimental-features = nix-command flakes
- name: build goshrt server
run: |
nix develop --command \
go build cmd/goshrt/*.go
- name: build goshrtc client
run: |
nix develop --command \
go build cmd/goshrtc/*.go