Skip to content

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.23.0 #28

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.23.0

Bump golang.org/x/net from 0.0.0-20201021035429-f5854403a974 to 0.23.0 #28

Workflow file for this run

name: Test project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: '^1.19'
- name: Install dependencies
run: go install
- name: Check compilation
run: echo "Reported rcsm version `DUMP_VERSION_AND_EXIT=1 scripts/test.sh`"