Skip to content

⬆️ Bump golang.org/x/net from 0.23.0 to 0.27.0 #97

⬆️ Bump golang.org/x/net from 0.23.0 to 0.27.0

⬆️ Bump golang.org/x/net from 0.23.0 to 0.27.0 #97

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/build.yml'
pull_request:
branches:
- main
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.16
- name: Compile code
run: make