Skip to content

Bump golang.org/x/crypto from 0.45.0 to 0.47.0 #85

Bump golang.org/x/crypto from 0.45.0 to 0.47.0

Bump golang.org/x/crypto from 0.45.0 to 0.47.0 #85

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v5
with:
go-version: stable
- name: Compile code
run: make