Skip to content

Bump golang.org/x/net from 0.19.0 to 0.23.0 in the go_modules group across 1 directory #41

Bump golang.org/x/net from 0.19.0 to 0.23.0 in the go_modules group across 1 directory

Bump golang.org/x/net from 0.19.0 to 0.23.0 in the go_modules group across 1 directory #41

Workflow file for this run

name: acceptance-test
on:
pull_request:
branches:
- master
- main
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Languages & Frameworks
uses: pulumi/pulumi-azure-native/.github/actions/install@master
with:
skip_dotnet_and_java: "true"
- name: Run acceptance tests
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}