Skip to content

build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 #758

build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0

build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 #758

Workflow file for this run

name: Linux tests
on:
pull_request: {}
push: {}
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Sanity test
env:
GITHUB_ACTIONS: true
run: |
export PATH=$PATH:$HOME/.local/bin
make
echo "is running in github actions: $GITHUB_ACTIONS"
make sanity-test
- name: Verification test
run: |
./hack/verify-all.sh