Skip to content

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 #223

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1

build(deps): bump github.com/caarlos0/env/v11 from 11.2.2 to 11.3.1 #223

Workflow file for this run

name: Go Test
on:
push:
pull_request:
jobs:
test:
name: Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
id: go
- name: Test
run: go test -v ./...