Skip to content

Build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 #1162

Build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0

Build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 #1162

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
# we don't want a shallow clone because we want to use "git describe"
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.23
- name: Run all checks
run: make all
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: coverage.out