Skip to content

Bump golang.org/x/net from 0.0.0-20210525063256-abc453219eb5 to 0.7.0 in /store/kv #8

Bump golang.org/x/net from 0.0.0-20210525063256-abc453219eb5 to 0.7.0 in /store/kv

Bump golang.org/x/net from 0.0.0-20210525063256-abc453219eb5 to 0.7.0 in /store/kv #8

Workflow file for this run

name: run
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.20.x, 1.21.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Run
run: make