Skip to content

🧹 Upgrade to Golang 1.21, externalize mage #46

🧹 Upgrade to Golang 1.21, externalize mage

🧹 Upgrade to Golang 1.21, externalize mage #46

Workflow file for this run

name: Mage
on:
push:
branches: [ 'main', 'master','release-*' ]
pull_request:
types: [opened, synchronize, reopened]
env:
FORCE_COLOR: true
jobs:
build:
name: Go
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- '1.22'
- '1.21'
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Run mage
run: ./mage