Skip to content

fix: fix ci and add classifier for jar #5

fix: fix ci and add classifier for jar

fix: fix ci and add classifier for jar #5

Workflow file for this run

name: go-test
on:
push:
branches:
- main
- master
tags:
- '*'
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21
- name: Go code test
run: go test ./...