Skip to content

Commit

Permalink
chore(ci): add cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangui-Bitfly committed Feb 5, 2025
1 parent de92991 commit e99020c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.23'
cache-dependency-path: backend/go.sum

- name: unit tests
working-directory: ./backend
Expand Down
1 change: 0 additions & 1 deletion backend/pkg/commons/db2/database/bigtable.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ func (b BigTable) GetLatestValue(table, key string) (*Row, error) {
}

func (b BigTable) GetRow(table, key string) (*Row, error) {
// Open the transfer table for reading
tbl := b.client.Open(table)
ctx, cancel := context.WithTimeout(context.Background(), timeout)
defer cancel()
Expand Down

0 comments on commit e99020c

Please sign in to comment.