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

Bump golang.org/x/net from 0.0.0-20211216030914-fe4d6282115f to 0.17.0 #33

Bump golang.org/x/net from 0.0.0-20211216030914-fe4d6282115f to 0.17.0

Bump golang.org/x/net from 0.0.0-20211216030914-fe4d6282115f to 0.17.0 #33

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.18.0'
- run: go version
- name: Build CLI
run: make build-cli