Skip to content

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL) #48

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL)

Bump toolchain to Go 1.22 and 1.23 (with 1.21 going EOL) #48

Workflow file for this run

name: Build tools
on: [ push, pull_request, workflow_dispatch ]
jobs:
tools:
strategy:
matrix:
go-version: [ "1.22", "1.23" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run go-licenses
run: make .licenses GO_VERSION=${{ matrix.go-version }}
- name: Build manifest-tool
run: make manifest-list BINS= GO_VERSION=${{ matrix.go-version }}