This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
frostfs-rest-gw/.forgejo/workflows/builds.yml
Alex Vanin 9e1d004097 [#2] Add forgejo actions
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-28 17:45:04 +03:00

20 lines
385 B
YAML

on: [pull_request]
jobs:
builds:
name: Builds
runs-on: ubuntu-latest
strategy:
matrix:
go_versions: [ '1.19', '1.20' ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '${{ matrix.go_versions }}'
- name: Build binary
run: make