Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
chore: update Go dependency to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasKocman committed Aug 4, 2022
1 parent 2f51314 commit bb70fa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# STRV env

Go Library for runtime environment configuration.
Go package for runtime environment configuration.

## Description
`env` package leverage Go's reflection functionality for scanning structures. If the `env` tag is found, a value of this tag is used for
env lookup. If the env variable is set, the value in the structure is overridden. There are two ways how to process structures:
- If a tag value contains `,dive`, inner fields of a structure are processed (`Session` in the example).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.strv.io/env

go 1.18
go 1.19

require github.com/stretchr/testify v1.8.0

Expand Down

0 comments on commit bb70fa4

Please sign in to comment.