Skip to content

chore: bump go version to 1.21 #64

chore: bump go version to 1.21

chore: bump go version to 1.21 #64

name: build-and-test
on: ["push", "pull_request"]
jobs:
build-and-test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- run: go test