Skip to content

Bump golang.org/x/net from 0.20.0 to 0.22.0 #19

Bump golang.org/x/net from 0.20.0 to 0.22.0

Bump golang.org/x/net from 0.20.0 to 0.22.0 #19

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.21.x
- name: Setup
run: make promu
- name: Test
run: make