Skip to content

Bump golang.org/x/net from 0.24.0 to 0.25.0 #285

Bump golang.org/x/net from 0.24.0 to 0.25.0

Bump golang.org/x/net from 0.24.0 to 0.25.0 #285

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
go-version: [ "1.18.x", "1.19.x", "1.20.x", "1.21.x" ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v4
- name: Test
run: make show-cov