Skip to content

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in the go_modules group across 1 directory #173

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in the go_modules group across 1 directory

Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in the go_modules group across 1 directory #173

name: Multiapps CLI Plugin build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.24'
- name: Download dependencies
run: go get -d -t ./...
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...