Skip to content

Compatibility with g/g 1.89 GNA #1

Compatibility with g/g 1.89 GNA

Compatibility with g/g 1.89 GNA #1

Workflow file for this run

---
name: Test Action
on:
pull_request:
branches:
- master
release:
types:
- published
push:
branches:
- master
jobs:
build:
name: Test Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.22
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Check (lint) and Test
run: |
make test-in-docker