Skip to content

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #2

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0

build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 #2

Workflow file for this run

name: bchutil Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.23.4"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Install golangci-lint
run: >-
curl -sfL
https://install.goreleaser.com/github.com/golangci/golangci-lint.sh |
sh -s -- -b $(go env GOPATH)/bin v1.17.1
env:
GO111MODULE: on
- name: Run goclean.sh
run: ./goclean.sh
env:
GO111MODULE: on