Skip to content

CI: go install action #3

CI: go install action

CI: go install action #3

Workflow file for this run

name: ci_debugging
on:
push:
branches:
- main
- 'release/**'
pull_request:
paths-ignore:
- '**.md'
jobs:
# This job builds the dependency target of the test docker image for all supported architectures and cache it in GHA
go_stable:
runs-on: ubuntu-24.04
strategy:
matrix:
go_version: ["canary", "latest-stable", "old-stable", "current"]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: ./.github/actions/install-go
with:
strategy: "${{ matrix.go_version }}"
- run: |
go version