Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #21

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 #21

Workflow file for this run

name: website-lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
website-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.1
- name: Install tools
run: make tools
- name: Website Lint
run: make website-lint