Skip to content

build: bump github.com/subosito/gotenv from 1.4.2 to 1.6.0 #39

build: bump github.com/subosito/gotenv from 1.4.2 to 1.6.0

build: bump github.com/subosito/gotenv from 1.4.2 to 1.6.0 #39

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: Run tests
run: make test