Skip to content

version: update builds and CI to go 1.22 #91

version: update builds and CI to go 1.22

version: update builds and CI to go 1.22 #91

Workflow file for this run

name: fluence testing
on:
pull_request: []
jobs:
test-fluence:
runs-on: ubuntu-latest
name: build fluence
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: ^1.22
- name: Run Tests
run: |
cd src/fluence
make test