Skip to content

Fix 'type' object is not subscriptable error on running testsuite on … #894

Fix 'type' object is not subscriptable error on running testsuite on …

Fix 'type' object is not subscriptable error on running testsuite on … #894

name: Go
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build
run: |
go build
- name: Test
run: go test ./...