Skip to content

feat(buildtool): add the gofixpath subcommand #4

feat(buildtool): add the gofixpath subcommand

feat(buildtool): add the gofixpath subcommand #4

Workflow file for this run

# Ensures that ./internal/cmd/buildtool goproxy {command} [arguments] downloads the correct
# version of go and executes {command} with [arguments].
name: goproxy
on:
push:
branches:
- "release/**"
- "fullbuild"
- "goproxybuild"
- "master"
tags:
- "v*"
pull_request:
schedule:
- cron: "17 7 * * *"
jobs:
build_with_specific_go_version:
strategy:
matrix:
goversion: ["1.19", "1.20", "1.21"]
system: [ubuntu-latest, macos-latest]
runs-on: "${{ matrix.system }}"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "${{ matrix.goversion }}"
- run: go run ./internal/cmd/buildtool goproxy go run ./internal/cmd/buildtool generic miniooni