Skip to content

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 #53

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 #53

Workflow file for this run

name: Run build and unit tests
on:
push:
branches: [ main ]
pull_request:
jobs:
main:
name: Build and Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -o main main.go
- name: Test
run: go test ./api