Skip to content

bump golang.org/x/crypto to v0.45.0 #1240

bump golang.org/x/crypto to v0.45.0

bump golang.org/x/crypto to v0.45.0 #1240

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
go: ['1.23', '1.24']
os: ['ubuntu-22.04']
fail-fast: false
name: ${{ matrix.os }} / Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Test
run: make test EXTRAGOARGS=-v