Skip to content

Commit

Permalink
add more info on retention proofs (#70)
Browse files Browse the repository at this point in the history
* add more info on retention proofs

* update deps

* update go version

* Update spec/spec.md

Co-authored-by: Andres Uribe <[email protected]>

* Update spec/spec.md

---------

Co-authored-by: Andres Uribe <[email protected]>
  • Loading branch information
decentralgabe and andresuribe87 authored Dec 6, 2023
1 parent 260f856 commit eb0114b
Show file tree
Hide file tree
Showing 26 changed files with 4,006 additions and 471 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.4
go-version: 1.21.5

- name: Install Mage
run: go install github.com/magefile/mage
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.4
go-version: 1.21.5

- name: Install Mage
run: go install github.com/magefile/mage
Expand Down
2 changes: 1 addition & 1 deletion impl/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.4-alpine
FROM golang:1.21.5-alpine

# Create directory for our app inside the container
WORKDIR /app
Expand Down
Loading

0 comments on commit eb0114b

Please sign in to comment.