Skip to content

Bump golang.org/x/net from 0.11.0 to 0.17.0 #114

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

Bump golang.org/x/net from 0.11.0 to 0.17.0 #114

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.20"
id: go
- run: go get -v -t -d ./...
- run: go test ./...
- run: go build -o flowd .