Skip to content

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /icq-relayer in the go_modules group across 1 directory #2396

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /icq-relayer in the go_modules group across 1 directory

chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 in /icq-relayer in the go_modules group across 1 directory #2396

on:
push:
paths:
- icq-relayer/**
pull_request:
paths:
- icq-relayer/**
name: icq-relayer
jobs:
test:
strategy:
matrix:
go-version: [1.23.3]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: |
cd icq-relayer
go test ./...
build:
strategy:
matrix:
go-version: [1.23.3]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build icq-relayer/...