Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 #2

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

Bump golang.org/x/net from 0.7.0 to 0.17.0 #2

Workflow file for this run

name: Check
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.19'
-
name: Build
run: go build ./cmd/radikocast/main.go