Skip to content

Update module golang.org/x/net to v0.19.0 (#73) #177

Update module golang.org/x/net to v0.19.0 (#73)

Update module golang.org/x/net to v0.19.0 (#73) #177

Workflow file for this run

on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
workflow_call: {}
name: Check
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
name: lint
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
args: --timeout 5m0s