Skip to content

Bump golang.org/x/net from 0.27.0 to 0.28.0 (#110) #238

Bump golang.org/x/net from 0.27.0 to 0.28.0 (#110)

Bump golang.org/x/net from 0.27.0 to 0.28.0 (#110) #238

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@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- run: |
go mod download
- uses: golangci/golangci-lint-action@v6
with:
args: --timeout 5000s --verbose
skip-cache: true
- run: |
go build -v .