Skip to content

Bump golang.org/x/net from 0.23.0 to 0.24.0 #858

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

Bump golang.org/x/net from 0.23.0 to 0.24.0 #858

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: go build
- uses: golangci/golangci-lint-action@v4
- run: go test -race -covermode atomic -coverprofile coverage.txt
- uses: codecov/codecov-action@v4
spell_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v6
with:
files: "**/*.{md,go}"
readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: raviqqe/markdown-link-check@main