Skip to content

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 #71

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 #71

Workflow file for this run

name: test
on:
- workflow_dispatch
- push
jobs:
test:
runs-on: ubuntu-latest
env:
GO111MODULE: on
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Set up Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version-file: 'go.mod'
cache: true
- name: Run Tests
run: go test -v ./plugin/... ./internal/...