Skip to content

build(release): publish the archives so they can be downloaded #144

build(release): publish the archives so they can be downloaded

build(release): publish the archives so they can be downloaded #144

Workflow file for this run

name: Go
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.23
uses: actions/setup-go@v3
with:
go-version: 1.23
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
run: go test -mod=vendor -short ./...