Skip to content

bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #118

bump github.com/cloudflare/circl from 1.3.3 to 1.3.7

bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 #118

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