Skip to content

Update go and packages #13

Update go and packages

Update go and packages #13

Workflow file for this run

name: build
on:
pull_request:
jobs:
main:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ 'amd64', 'arm', 'arm64' ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build ${{ matrix.arch }}
uses: actions/setup-go@v2
with:
go-version: '1.21'
- run: GO_ARCH=${{ matrix.arch }} go build