Skip to content

Commit

Permalink
update deps, fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
banalna committed Jan 12, 2023
1 parent a5a1c0c commit a87a51a
Show file tree
Hide file tree
Showing 18 changed files with 5,967 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> Persistence components for Golang Changelog

## <a name="1.1.11"></a> 1.1.11 (2023-01-12)

### Bug Fixes
- Fixed tests
- Update dependencies

## <a name="1.1.10"></a> 1.1.10 (2022-01-19)
### Bug Fixes
- Fix GetListByFilter method in MemoryPersistence.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pip-services3-data-go",
"type": "module",
"language": "go",
"version": "1.1.10",
"version": "1.1.11",
"build": 0,
"registry": "pipservices",
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.docs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV GO111MODULE=on

WORKDIR /app

RUN go install golang.org/x/tools/cmd/godoc
RUN go install golang.org/x/tools/cmd/godoc@latest

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ RUN go mod tidy
RUN go mod download

# Specify the command from running tests
CMD go test -v ./test/..
CMD go clean -testcache && go test -v ./test/...
Loading

0 comments on commit a87a51a

Please sign in to comment.