Skip to content

Bump golang.org/x/net from 0.28.0 to 0.38.0 #84

Bump golang.org/x/net from 0.28.0 to 0.38.0

Bump golang.org/x/net from 0.28.0 to 0.38.0 #84

Workflow file for this run

name: Build
on: [push]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21'
cache: false
- name: build
run: go build