Skip to content

Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_example/iris #564

Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_example/iris

Bump golang.org/x/crypto from 0.35.0 to 0.52.0 in /_example/iris #564

Workflow file for this run

on: [push, pull_request]
name: Tests-linux
jobs:
tests-linux:
strategy:
matrix:
go-version: [1.25.x, 1.26.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: go mod tidy check
run: go mod tidy -diff
- name: Tests
run: go test -race -shuffle=on ./...