Skip to content

build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 #8

build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 #8

Workflow file for this run

name: 🧪 Tests
on:
push:
branches: ["main", "release/*"]
pull_request:
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: "Check out the repo"
uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: 1.19
cache: true
- name: "Run tests"
run: go test ./...