Skip to content

chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 #51

chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0

chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.17.0 #51

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
test-with-db:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.4
- name: Install Task
uses: arduino/setup-task@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.25.0
- name: Check out repository code
uses: actions/checkout@v3
- name: Build
run: task build
- name: Test
run: task test