Skip to content

Bump golang.org/x/net from 0.47.0 to 0.48.0 #363

Bump golang.org/x/net from 0.47.0 to 0.48.0

Bump golang.org/x/net from 0.47.0 to 0.48.0 #363

Workflow file for this run

name: ci-build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: 'go.mod'
cache: true
- run: |
go mod download
- uses: golangci/golangci-lint-action@v9
with:
args: --timeout 5000s --verbose
skip-cache: true
- run: |
go build -v .