Skip to content

Bump golang.org/x/net from 0.13.0 to 0.17.0 #148

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

Bump golang.org/x/net from 0.13.0 to 0.17.0 #148

Workflow file for this run

---
name: static check
on:
pull_request:
paths-ignore:
- 'docs/'
- 'templates/'
- 'CHANGELOG.md'
- 'README.md'
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.20.x
cache: true
- name: golangci-lint
uses: golangci/golangci-lint-action@v3