Skip to content

Bump golang.org/x/net from 0.44.0 to 0.45.0 #487

Bump golang.org/x/net from 0.44.0 to 0.45.0

Bump golang.org/x/net from 0.44.0 to 0.45.0 #487

Workflow file for this run

---
name: Build and test
on:
- push
permissions:
contents: read
jobs:
build_and_test:
name: Build and test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Setup Go
uses: WillAbides/setup-go-faster@v1.14.0
with:
go-version-file: go.mod
- run: go version
- name: Test
uses: robherley/go-test-action@v0.6.0
with:
testArguments: -race -cover -covermode=atomic -coverprofile=coverage.txt ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5