Skip to content

Bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /tools/clean (#2920) #68

Bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /tools/clean (#2920)

Bump golang.org/x/crypto from 0.43.0 to 0.45.0 in /tools/clean (#2920) #68

Workflow file for this run

name: Clean tool CI
on:
push:
branches: [ "main" ]
paths:
- 'tools/clean/**'
pull_request:
branches: [ "main" ]
paths:
- 'tools/clean/**'
jobs:
clean:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.25'
- name: CI checks
working-directory: ./tools/clean
run: go build ./... && go test ./...