Skip to content

Bump golang.org/x/net from 0.54.0 to 0.55.0 #10

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

Bump golang.org/x/net from 0.54.0 to 0.55.0 #10

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.25, 1.26]
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '${{ matrix.go-version }}'
- name: Run tests
run: make test