Skip to content

chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#59) #199

chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#59)

chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 (#59) #199

Workflow file for this run

name: Test
on:
workflow_dispatch:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...