Skip to content

build(deps): bump golang.org/x/net in the go_modules group #132

build(deps): bump golang.org/x/net in the go_modules group

build(deps): bump golang.org/x/net in the go_modules group #132

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
golang: ["oldstable", "stable"]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "${{ matrix.golang }}"
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...