Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group #45

Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group

Bump golang.org/x/net from 0.17.0 to 0.23.0 in the go_modules group #45

Workflow file for this run

name: Go Lint
on: [push]
jobs:
test:
name: Lint
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v4