Skip to content

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /experimental/gcp-log #1149

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /experimental/gcp-log

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /experimental/gcp-log #1149

Workflow file for this run

on: [push, pull_request]
name: Test Go
permissions:
contents: read
jobs:
test:
strategy:
matrix:
go-version: [1.24.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- run: go test -race ./...