Skip to content

Bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#1474) #16

Bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#1474)

Bump golang.org/x/crypto from 0.42.0 to 0.43.0 (#1474) #16

Workflow file for this run

on:
push:
branches:
- master
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -race ./...