Skip to content

Bump golang.org/x/net from 0.33.0 to 0.38.0 #76

Bump golang.org/x/net from 0.33.0 to 0.38.0

Bump golang.org/x/net from 0.33.0 to 0.38.0 #76

Workflow file for this run

name: learn-github-actions
on: [push]
jobs:
run-tests:
runs-on: ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
check-latest: true
- run: go install github.com/onsi/ginkgo/v2/ginkgo@latest
- run: ginkgo --randomize-suites --randomize-all -r