Skip to content

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /benchmarks #295

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /benchmarks

build(deps): bump golang.org/x/net from 0.9.0 to 0.17.0 in /benchmarks #295

Workflow file for this run

name: test
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
jobs:
test:
strategy:
matrix:
go-version: [1.19.x]
os: [ubuntu-latest] #, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: go test -race ./larking