Skip to content

Bump golang.org/x/net from 0.18.0 to 0.23.0 #7

Bump golang.org/x/net from 0.18.0 to 0.23.0

Bump golang.org/x/net from 0.18.0 to 0.23.0 #7

Workflow file for this run

name: Go unit tests
on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:
paths:
- '**.go'
- go.mod
- go.sum
- '.github/workflows/go.yml'
jobs:
gotest:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
- name: Test
run: make ci