Skip to content

Bump golang.org/x/net from 0.47.0 to 0.48.0 #1035

Bump golang.org/x/net from 0.47.0 to 0.48.0

Bump golang.org/x/net from 0.47.0 to 0.48.0 #1035

name: Test and coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 2
- name: Setup Go environment
uses: actions/setup-go@v6
with:
go-version: '^1.24.0'
- name: Run coverage
run: |
go test ./... -race -coverprofile=coverage.txt -covermode=atomic
- name: Upload coverage to Codecov
run: bash <(curl -s https://codecov.io/bash)