Skip to content

chore(version): bump version to 2.21.1 #586

chore(version): bump version to 2.21.1

chore(version): bump version to 2.21.1 #586

Workflow file for this run

name: Test
on: push
env:
GO_VERSION: 1.21.9
jobs:
test:
strategy:
matrix:
config:
- { platform: linux, arch: amd64 }
- { platform: linux, arch: arm64 }
- { platform: windows, arch: amd64, version: 1809 }
- { platform: windows, arch: amd64, version: ltsc2022 }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
- name: Run tests
run: make test