Skip to content

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #122

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0

chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 #122

Workflow file for this run

name: 🔨 Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.20.x
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: go test ./...