Skip to content

Bump golang.org/x/net from 0.8.0 to 0.17.0 #50

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

Bump golang.org/x/net from 0.8.0 to 0.17.0 #50

Workflow file for this run

name: Tests
on:
pull_request:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: '1.20'
id: go
- name: Check out code into the Go module directory
uses: actions/[email protected]
- name: Get dependencies
run: |
go mod download
- name: Build
run: |
go build -v .