Skip to content

Bump golang.org/x/net from 0.1.0 to 0.17.0 #37

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

Bump golang.org/x/net from 0.1.0 to 0.17.0 #37

Workflow file for this run

name: Test
on:
push: { branches: [main] }
pull_request: { branches: [main] }
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
container: golang:1.19
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Test the code
run: go test ./...