Skip to content

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

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

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

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
test:
name: go test
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Checkout code
uses: actions/checkout@v4
- name: Run tests
run: go test ./...