Skip to content

chore(deps): bump golang.org/x/net from 0.46.0 to 0.49.0 #67

chore(deps): bump golang.org/x/net from 0.46.0 to 0.49.0

chore(deps): bump golang.org/x/net from 0.46.0 to 0.49.0 #67

Workflow file for this run

name: PR Preview & CI
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: read
pull-requests: write
jobs:
lint_and_test:
name: Lint and Test
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.24.2"
- name: Set up golangci-lint
uses: golangci/golangci-lint-action@v8
- name: Run Tests with Build
run: make bootstrap-tests