Skip to content

fix(deps): update module golang.org/x/net to v0.33.0 [security] (#422) #1090

fix(deps): update module golang.org/x/net to v0.33.0 [security] (#422)

fix(deps): update module golang.org/x/net to v0.33.0 [security] (#422) #1090

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Set up Go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ^1.21
cache: true
- name: Run Go Tests
run: go test -coverprofile coverage.out ./...