Skip to content

Bump golang.org/x/sys from 0.0.0-20220412211240-33da011f77ad to 0.8.0 #66

Bump golang.org/x/sys from 0.0.0-20220412211240-33da011f77ad to 0.8.0

Bump golang.org/x/sys from 0.0.0-20220412211240-33da011f77ad to 0.8.0 #66

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
cross-compile-supported:
strategy:
fail-fast: false
matrix:
goos:
- android
- darwin
- freebsd
- ios
- linux
- windows
goarch:
- amd64
- arm64
runs-on: ubuntu-latest
steps:
- name: setup Go
uses: actions/setup-go@v3
with:
go-version: '1.17'
- name: checkout
uses: actions/checkout@v3
- name: build-${{ matrix.goos }}-${{ matrix.goarch }}
run: |
GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build