Skip to content

build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group across 1 directory #210

build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group across 1 directory

build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group across 1 directory #210

Workflow file for this run

name: build
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Build
run: make install && cd layout && IGNORE_INSTALL_SPHERE_TOOLS=1 make init && make build
- name: Test
run: go test -v ./...