Skip to content

Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /spec/functional_test/fixtures/go_echo #475

Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /spec/functional_test/fixtures/go_echo

Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /spec/functional_test/fixtures/go_echo #475

Workflow file for this run

name: Crystal Test
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: crystallang/crystal
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: shards install
- name: Run tests
run: crystal spec