Skip to content

Bump golang.org/x/net from 0.28.0 to 0.29.0 #30

Bump golang.org/x/net from 0.28.0 to 0.29.0

Bump golang.org/x/net from 0.28.0 to 0.29.0 #30

Workflow file for this run

name: Linux test
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.md'
push:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./... -race