Skip to content

Bump golang.org/x/net from 0.14.0 to 0.17.0 #5324

Bump golang.org/x/net from 0.14.0 to 0.17.0

Bump golang.org/x/net from 0.14.0 to 0.17.0 #5324

Workflow file for this run

name: Build HORNET
on:
pull_request:
paths-ignore:
- 'documentation/**'
- 'nfpm/**'
- 'private_tangle/**'
- 'scripts/**'
- 'tools/**'
jobs:
build:
name: Build HORNET
runs-on: self-hosted
steps:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21"
id: go
- name: Print Go version
run: go version
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build HORNET
run: go build -v .