Skip to content

Bump the gradle-dependencies group in /functional-tests with 5 update… #372

Bump the gradle-dependencies group in /functional-tests with 5 update…

Bump the gradle-dependencies group in /functional-tests with 5 update… #372

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: UTs ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v7
- name: Set up Go
uses: actions/setup-go@v7
with:
check-latest: true
go-version-file: 'go.mod'
- name: Build
run: |
go run build/make.go
go run build/make.go --install