Skip to content

chore(deps): bump the tklauser-modules group across 21 directories with 2 updates #313

chore(deps): bump the tklauser-modules group across 21 directories with 2 updates

chore(deps): bump the tklauser-modules group across 21 directories with 2 updates #313

Workflow file for this run

on:
push:
branches:
- master
- main
paths:
- 'aerospike/**'
pull_request:
paths:
- 'aerospike/**'
workflow_dispatch:
name: "Tests Aerospike"
jobs:
Tests:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- 1.23.x
- 1.24.x
steps:
- name: Fetch Repository
uses: actions/checkout@v6
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
env:
TEST_AEROSPIKE_IMAGE: aerospike/aerospike-server:latest
run: cd ./aerospike && go test ./... -v -race