Skip to content

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702) #113

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702)

build(deps): bump golang.org/x/crypto from 0.15.0 to 0.17.0 (#28702) #113

Workflow file for this run

name: i386 linux tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.4
- name: Run tests
run: go test ./...
env:
GOOS: linux
GOARCH: 386