Skip to content

Bump golang.org/x/net from 0.5.0 to 0.7.0 #79

Bump golang.org/x/net from 0.5.0 to 0.7.0

Bump golang.org/x/net from 0.5.0 to 0.7.0 #79

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go 1.18
uses: actions/setup-go@v2
with:
go-version: '1.18.x'
- name: Run tests
run: go test ./...
- name: Install and run
run: |
make install
pulumictl convert-version -v 0.0.1+dev -l python