Skip to content

fix(deps): update module golang.org/x/net to v0.11.0 (#945) #1299

fix(deps): update module golang.org/x/net to v0.11.0 (#945)

fix(deps): update module golang.org/x/net to v0.11.0 (#945) #1299

Workflow file for this run

name: go
on:
push:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
tags:
- v*
pull_request:
branches:
- master
paths:
- .github/workflows/go.yaml
- pkg/**
- go.*
jobs:
check:
uses: int128/go-workflows/.github/workflows/check.yaml@v0.1.0
with:
go-version: 1.20.5
golangci-lint-version: v1.53.2
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.20.5
- run: go test -v -race ./...