Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Bump golang.org/x/net from 0.4.0 to 0.17.0 #61

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

Bump golang.org/x/net from 0.4.0 to 0.17.0 #61

Workflow file for this run

name: ci
on: push
# Prevent writing to the repository using the CI token.
# Ref: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#permissions
permissions: read-all
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.x
cache: true
check-latest: true
- name: Test
run: make test && make checkgenerate