Skip to content

fix: update packages; copyright year -> 2024 #794

fix: update packages; copyright year -> 2024

fix: update packages; copyright year -> 2024 #794

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.20.7
- name: run make
run: make spirit