Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

fix: replace deprecated go get with go mod download in Dockerfile #274

fix: replace deprecated go get with go mod download in Dockerfile

fix: replace deprecated go get with go mod download in Dockerfile #274

Workflow file for this run

name: test
on:
- push
- pull_request
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
env:
GO111MODULE: off
with:
go-version: 1.25
- run: make test