Skip to content

Commit

Permalink
Merge pull request #12 from pjbgf/changes
Browse files Browse the repository at this point in the history
Add SHA256 pack (.pack, .idx and .rev) + General Improvements
  • Loading branch information
pjbgf authored Nov 9, 2023
2 parents 55a9409 + 6634a9b commit 16d8642
Show file tree
Hide file tree
Showing 13 changed files with 116 additions and 810,589 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "build"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build"
2 changes: 1 addition & 1 deletion .github/test.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.19.x, 1.20.x]
go-version: [1.19.x, 1.20.x, 1.21.x]
platform: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.platform }}
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
GOCMD = go
GOTEST = $(GOCMD) test

# TODO: Move away from esc and into native Go embed.
esc:
$(GOCMD) install github.com/mjibson/esc

test:
$(GOTEST) ./...

Expand Down
Loading

0 comments on commit 16d8642

Please sign in to comment.