Skip to content

Bump golang.org/x/net from 0.33.0 to 0.34.0 #78

Bump golang.org/x/net from 0.33.0 to 0.34.0

Bump golang.org/x/net from 0.33.0 to 0.34.0 #78

Workflow file for this run

name: Run Tests
on: push
jobs:
RunTests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- name: Run tests
env:
BGG_PASSWORD: ${{ secrets.BGG_PASSWORD }}
run: |
go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
bash <(curl -s https://codecov.io/bash)