Skip to content

1.21 -> 1.21.0

1.21 -> 1.21.0 #605

Workflow file for this run

on:
pull_request:
paths:
- '**/*.go'
- '**/*.mod'
- '**/*.sum'
- '**/*.yaml'
name: CI
jobs:
build:
strategy:
matrix:
go-version: [latest, dev-latest, mod]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: kevincobain2000/[email protected]
with:
version: ${{ matrix.go-version }}
- name: Go version
run: go version
- name: Build
run: go build cmd/gobrew/main.go