Skip to content

Bump golang.org/x/sys from 0.13.0 to 0.16.0 #380

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

Bump golang.org/x/sys from 0.13.0 to 0.16.0 #380

Workflow file for this run

name: Build for native architecture
on: [ push, pull_request ]
jobs:
nativebuild:
strategy:
matrix:
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build containers
run: make -f Makefile.all container GO_VERSION=${{ matrix.go-version }}