Skip to content

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 in the gomod group #295

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 in the gomod group

Bump golang.org/x/crypto from 0.24.0 to 0.25.0 in the gomod group #295

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
gotest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: script/install-libtensorflow
- name: Test
uses: robherley/go-test-action@v0.4.1
with:
omit: untested