Skip to content

Bump golang.org/x/sys from 0.5.0 to 0.13.0 #184

Bump golang.org/x/sys from 0.5.0 to 0.13.0

Bump golang.org/x/sys from 0.5.0 to 0.13.0 #184

Workflow file for this run

name: Go
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Install X11/OpenGL
run: sudo apt-get update && sudo apt-get install -y xorg-dev
- name: Set up Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Install Fyne tools
run: make install-fyne && make install-fyne-cross
- name: Tests
run: make test
- name: Build test binaries
run: PATH=${PATH}:~/go/bin make .build-test-binaries