Skip to content

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /examples/echo #649

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /examples/echo

build(deps): bump golang.org/x/crypto from 0.21.0 to 0.31.0 in /examples/echo #649

name: MultiVersionUnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.23"]
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: MultiVersionUnitTest
run: make test