Skip to content

chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#2859) #1682

chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#2859)

chore(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 (#2859) #1682

Workflow file for this run

name: Unit tests
on:
push:
branches: ['main']
pull_request:
branches: ['main']
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.01
with:
go-version: '1.20'
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
- run: make test