Skip to content

Bump golang.org/x/net from 0.49.0 to 0.55.0 #103

Bump golang.org/x/net from 0.49.0 to 0.55.0

Bump golang.org/x/net from 0.49.0 to 0.55.0 #103

Workflow file for this run

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