Skip to content

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

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 #120

Workflow file for this run

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