Skip to content

Commit

Permalink
refactor: Implement generic number parser (#110)
Browse files Browse the repository at this point in the history
* chore: Bump gotools to v0.12.3

* chore: Use gofumpt in scripts

* refactor: Implement generic number pasrser

* refactor: Use generic parsers
  • Loading branch information
obalunenko authored Jul 26, 2023
1 parent 505b070 commit 1887d16
Show file tree
Hide file tree
Showing 9 changed files with 304 additions and 1,767 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
APP_NAME?=getenv
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)

GOTOOLS_IMAGE_TAG?=v0.12.1
GOTOOLS_IMAGE_TAG?=v0.12.3
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)

COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml
Expand Down
Loading

0 comments on commit 1887d16

Please sign in to comment.