Skip to content

Bump tough-cookie from 4.1.2 to 4.1.3 in /ui #26

Bump tough-cookie from 4.1.2 to 4.1.3 in /ui

Bump tough-cookie from 4.1.2 to 4.1.3 in /ui #26

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '~1.20.0'
- name: Run tests
run: go test ./...