Skip to content

chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /integration #115

chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /integration

chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /integration #115

Workflow file for this run

name: Integration tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out source
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
check-latest: true
- name: Tests
run: |
cd integration
go test -v ./... -count=1