Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /_example/kv1 #14

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /_example/kv1

Bump golang.org/x/net from 0.17.0 to 0.23.0 in /_example/kv1 #14

Workflow file for this run

name: test
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: stable
- name: Test
run: go test -v -cover