Skip to content

chore: Update golang.org/x/crypto to v0.17.0 and tidy #1406

chore: Update golang.org/x/crypto to v0.17.0 and tidy

chore: Update golang.org/x/crypto to v0.17.0 and tidy #1406

Workflow file for this run

name: Test CLI action
on: [push]
jobs:
ubuntu:
runs-on: ubuntu-latest
steps:
- name: Install CLI
uses: dopplerhq/cli-action@v2
- name: Test CLI
run: doppler --version
windows:
runs-on: windows-latest
steps:
- name: Install CLI
uses: dopplerhq/cli-action@v2
- name: Test CLI
run: doppler --version
macOS:
runs-on: macos-latest
steps:
- name: Install CLI
uses: dopplerhq/cli-action@v2
- name: Test CLI
run: doppler --version