Skip to content

fix(deps): update module golang.org/x/net to v0.30.0 in go.mod #911

fix(deps): update module golang.org/x/net to v0.30.0 in go.mod

fix(deps): update module golang.org/x/net to v0.30.0 in go.mod #911

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, develop]
types: [opened, synchronize, reopened]
push:
branches: [main, develop]
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: ^1.19
cache: true
- name: Run Go Tests
run: go test -coverprofile coverage.out ./...