Skip to content

Commit

Permalink
Dev (#5)
Browse files Browse the repository at this point in the history
* updated todos

* fixed typo

* Bst (#2)

* started optimizing matrix writes

* added assest

* updated write queue structure

* updated queue data type

* created write queue for outputs

* issue with full matrix being written

* did not change anything but the program worked

* formatted code and removed comments

* removed dead code

* removed dead code

* Distribute threads (#3)

* updated todos

* removed dead code

* updated todos

* updated tests

* updated test workflow

* updated test code

* updated thread distribution

* updated thread distribution

* took liniter suggestions

* updated bin resizing, need to work on characteristics of recalculation of bin sizes

* threads are now distributed at run time

* updated cli and fixed linting errors

* bumped version

* fixed case for single sample inputs

* updated CI go version

* added missing test files

* bumped docker file go version
  • Loading branch information
mattheww95 authored Aug 28, 2024
1 parent 566e941 commit d1bd40f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.20 AS build-stage
FROM golang:1.22 AS build-stage

WORKDIR /app

Expand All @@ -15,4 +15,4 @@ RUN CGO_ENABLED=0 GOOS=linux go install

# Run the tests in the container
FROM build-stage AS run-test-stage
RUN go test -v ./...
RUN go test -v ./...

0 comments on commit d1bd40f

Please sign in to comment.