Skip to content

Bump golang.org/x/net from 0.48.0 to 0.55.0 #42

Bump golang.org/x/net from 0.48.0 to 0.55.0

Bump golang.org/x/net from 0.48.0 to 0.55.0 #42

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
matrix:
go-version: [1.24.x, 1.25.x]
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v6
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v5
- name: Test
run: go test ./...