Skip to content

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group #13785

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group

chore(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 in the minor group #13785

Workflow file for this run

name: ci-badger-tests
on:
pull_request:
branches:
- main
- 'release/v*'
jobs:
badger-tests:
runs-on: warp-ubuntu-latest-x64-4x
steps:
- uses: actions/checkout@v4
- name: Get Go Version
run: |
#!/bin/bash
GOVERSION=$({ [ -f .go-version ] && cat .go-version; })
echo "GOVERSION=$GOVERSION" >> $GITHUB_ENV
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GOVERSION }}
- name: Install Dependencies
run: make dependency
- name: Run Badger Tests
run: make test