Skip to content

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools #108

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools

Bump golang.org/x/net from 0.20.0 to 0.23.0 in /tools #108

Workflow file for this run

name: Build all platforms
on: [ push, pull_request ]
jobs:
crossbuild:
strategy:
matrix:
go-version: [ "1.21", "1.22" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Build containers
run: make all-container GO_VERSION=${{ matrix.go-version }}