Skip to content

Bump golang.org/x/net from 0.49.0 to 0.55.0 (#267) #147

Bump golang.org/x/net from 0.49.0 to 0.55.0 (#267)

Bump golang.org/x/net from 0.49.0 to 0.55.0 (#267) #147

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v7
# Must run after checkout: module caching keys off go.sum.
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Build
run: make test