Skip to content

Bump golang.org/x/mod from 0.22.0 to 0.24.0 #7

Bump golang.org/x/mod from 0.22.0 to 0.24.0

Bump golang.org/x/mod from 0.22.0 to 0.24.0 #7

Workflow file for this run

name: CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout DRATs Repository
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Run Tests
run: go run github.com/onsi/ginkgo/v2/ginkgo -r --randomize-all --randomize-suites --fail-on-pending --keep-going --race --trace runner