Skip to content

Bump golang.org/x/net from 0.17.0 to 0.19.0 #302

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

Bump golang.org/x/net from 0.17.0 to 0.19.0 #302

Workflow file for this run

name: Go
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go version
uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
cache: true
check-latest: true
id: go
- name: Get dependencies
run: go get .
- name: Build Test
run: go build .