Skip to content

Bump golang.org/x/net from 0.0.0-20210813160813-60bc85c4be6d to 0.17.0 #8

Bump golang.org/x/net from 0.0.0-20210813160813-60bc85c4be6d to 0.17.0

Bump golang.org/x/net from 0.0.0-20210813160813-60bc85c4be6d to 0.17.0 #8

Workflow file for this run

name: "Build go project"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 'stable'
- name: Install dependencies
run: go mod tidy
- name: Build
run: go build server.go