Skip to content

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /aerospike #231

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /aerospike

chore(deps): bump golang.org/x/crypto from 0.37.0 to 0.45.0 in /aerospike #231

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@v5
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: '${{ matrix.go-version }}'
- name: Run Test
env:
TEST_AEROSPIKE_IMAGE: aerospike/aerospike-server:latest
run: cd ./aerospike && go test ./... -v -race