Skip to content

Bump golang.org/x/net from 0.12.0 to 0.15.0 #177

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

Bump golang.org/x/net from 0.12.0 to 0.15.0 #177

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-tests:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.20'
- run: go version
- run: go test -v ./...