Skip to content

go.mod: use go1.25.0 and update otel #6927

go.mod: use go1.25.0 and update otel

go.mod: use go1.25.0 and update otel #6927

name: Integration Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
truffle-test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Truffle test
run: |
make truffle-test