Skip to content

chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 #9

chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0

chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 #9

Workflow file for this run

name: Lint and format check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: "1.24.1"
- name: Checkout code
uses: actions/checkout@v4
- name: Installing golangci-lint
run: go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4
- name: Formatting and linting the project
run: make check