Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 #22

Bump golang.org/x/crypto from 0.31.0 to 0.35.0

Bump golang.org/x/crypto from 0.31.0 to 0.35.0 #22

Workflow file for this run

name: test
on:
push:
jobs:
test:
strategy:
fail-fast: false
matrix:
os:
# we need ubuntu 20.04 because golines needs
# to run on hosts with older glibc versions
- ubuntu-20.04
- macos-latest
- windows-latest
go:
- "1.21"
- "1.20"
runs-on: ${{ matrix.os }}
name: golines test (using go ${{ matrix.go }} on ${{ matrix.os }})
steps:
- uses: actions/checkout@v4
- name: test golines
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
- run: make test