Skip to content

use fox mixin sdk v3 #107

use fox mixin sdk v3

use fox mixin sdk v3 #107

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.26
- name: Test
run: go test -v ./...
- name: Build
run: go build -o tip .