Skip to content

Bump golang.org/x/net from 0.12.0 to 0.17.0 #89

Bump golang.org/x/net from 0.12.0 to 0.17.0

Bump golang.org/x/net from 0.12.0 to 0.17.0 #89

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: unit test and build rules
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test
- name: Run build
run: make build