Skip to content

Bump golang.org/x/net from 0.23.0 to 0.36.0 (#70) #204

Bump golang.org/x/net from 0.23.0 to 0.36.0 (#70)

Bump golang.org/x/net from 0.23.0 to 0.36.0 (#70) #204

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
strategy:
fail-fast: false
matrix:
go-version: [1.21.x, 1.22.x, 1.23.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Checkout source
uses: actions/checkout@v4
- name: Build test containers
run: make testprep
- name: Run tests
run: make test