Skip to content

Update module golang.org/x/net to v0.27.0 #1724

Update module golang.org/x/net to v0.27.0

Update module golang.org/x/net to v0.27.0 #1724

Workflow file for this run

name: WebUI tests
on:
push:
branches:
- main
pull_request:
concurrency:
group: ci-webui-${{ github.head_ref || github.ref }}-${{ github.repository }}
cancel-in-progress: true
jobs:
webui:
strategy:
matrix:
# Match this version to the maintained FIPS version in packages at https://github.com/kairos-io/packages/blob/main/packages/toolchain-go/collection.yaml#L63
go-version: [ "1.19.10-bookworm", "1.20-bookworm", "1.21-bookworm" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install earthly
uses: Luet-lab/luet-install-action@v1
with:
repository: quay.io/kairos/packages
packages: utils/earthly
- name: WebUI tests
run: earthly +webui-tests --GO_VERSION=${{ matrix.go-version }}